Skip to content

Commit

Permalink
Added move in building for linux (raysan5#419)
Browse files Browse the repository at this point in the history
Added the move since it restores the state to normal again.
  • Loading branch information
Brian-ED authored Jul 25, 2024
1 parent 2138b1b commit 33f1659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
Expand Down

0 comments on commit 33f1659

Please sign in to comment.