From 7441bb2b1def4be1d2c454f18bebd10295bceb5d Mon Sep 17 00:00:00 2001 From: wullie Date: Fri, 20 Feb 2026 17:02:31 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 658eb2c..3347dc2 100644 --- a/README.md +++ b/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