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
|
to build all thats needed is the gcc compiler and a version of linux
|
||||||
|
|
||||||
### commands
|
### commands
|
||||||
|
git clone https://git.wulliestudio.com/wullie/libstdwullie
|
||||||
- gcc -c -fPIC main.c funcs.c -o stdwullie.o
|
cd libstdwullie
|
||||||
- gcc -shared -o libstdWullie.so stdwullie.o
|
make
|
||||||
|
|
||||||
or
|
|
||||||
- gcc -shared -o libstdwullie.so -fPIC main.c funcs.c
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user