Update README.md
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# StdWullie
|
||||
***
|
||||
|
||||
this lib is an attempt to make some better functions without the use of glibC
|
||||
|
||||
## features
|
||||
|
||||
- print: just prints text to console
|
||||
- ColorPrint: changes the foreground color of text to an ANSI color
|
||||
- BackgroundPrint: changs the background color of text to an ANSI color
|
||||
|
||||
***
|
||||
## how to build
|
||||
|
||||
to build all thats needed is the gcc compiler and a version of linux
|
||||
|
||||
### commands
|
||||
|
||||
- gcc -c -fPIC main.c func.c -o stdwullie.o
|
||||
- gcc -shared -o libstdWullie.so stdWullie.o
|
||||
|
||||
Reference in New Issue
Block a user