Skip to content

Commit 1a6d61c

Browse files
authored
Add Linux build script
1 parent e6dda61 commit 1a6d61c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_umplot_linux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
gcc -O3 -fPIC umplot.c -o umplot.umi -shared -static-libgcc -L$PWD -lm -lraylib -lpthread
2+

0 commit comments

Comments
 (0)