Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -17,10 +17,6 @@ this lib is an attempt to make some better functions without the use of glibC
|
||||
to build all thats needed is the gcc compiler and a version of linux
|
||||
|
||||
### commands
|
||||
|
||||
- gcc -c -fPIC main.c funcs.c -o stdwullie.o
|
||||
- gcc -shared -o libstdWullie.so stdwullie.o
|
||||
|
||||
or
|
||||
- gcc -shared -o libstdwullie.so -fPIC main.c funcs.c
|
||||
|
||||
git clone https://git.wulliestudio.com/wullie/libstdwullie
|
||||
cd libstdwullie
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user