Upload files to "/"
This commit is contained in:
13
README.md
13
README.md
@@ -1,21 +1,26 @@
|
|||||||
# StdWullie
|
# StdWullie
|
||||||
***
|
|
||||||
|
|
||||||
this lib is an attempt to make some better functions without the use of glibC
|
this lib is an attempt to make some better functions without the use of glibC
|
||||||
|
|
||||||
|
# WARNING
|
||||||
|
to my knowledge this only works on linux thanks to some systemcalls
|
||||||
|
|
||||||
## features
|
## features
|
||||||
|
|
||||||
- print: just prints text to console
|
- print: just prints text to console
|
||||||
- ColorPrint: changes the foreground color of text to an ANSI color
|
- ColorPrint: changes the foreground color of text to an ANSI color
|
||||||
- BackgroundPrint: changs the background color of text to an ANSI color
|
- BackgroundPrint: changs the background color of text to an ANSI color
|
||||||
|
|
||||||
***
|
|
||||||
## how to build
|
## how to build
|
||||||
|
|
||||||
to build all thats needed is the gcc compiler and a version of linux
|
to build all thats needed is the gcc compiler and a version of linux
|
||||||
|
|
||||||
### commands
|
### commands
|
||||||
|
|
||||||
- gcc -c -fPIC main.c func.c -o stdwullie.o
|
- gcc -c -fPIC main.c funcs.c -o stdwullie.o
|
||||||
- gcc -shared -o libstdWullie.so stdWullie.o
|
- gcc -shared -o libstdWullie.so stdwullie.o
|
||||||
|
|
||||||
|
or
|
||||||
|
- gcc -shared -o libstdwullie.so -fPIC main.c funcs.c
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user