Update README.md

This commit is contained in:
2026-02-20 17:02:31 +00:00
parent 2a40ef8c27
commit 7441bb2b1d

View File

@@ -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