mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Added move in building for linux (#419)
Added the move since it restores the state to normal again.
This commit is contained in:
@ -147,6 +147,7 @@ cl /O2 /I../raylib/src/ /D_USRDLL /D_WINDLL /DRAYGUI_IMPLEMENTATION /DBUILD_LIBT
|
||||
```
|
||||
mv src/raygui.h src/raygui.c
|
||||
gcc -o raygui.so src/raygui.c -shared -fpic -DRAYGUI_IMPLEMENTATION -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
|
||||
mv src/raygui.c src/raygui.h
|
||||
```
|
||||
|
||||
- **Mac (clang, homebrew installed raylib)**
|
||||
|
||||
Reference in New Issue
Block a user