2
0
Эх сурвалжийг харах

Added move in building for linux (#419)

Added the move since it restores the state to normal again.
Brian E 1 жил өмнө
parent
commit
33f1659609
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      README.md

+ 1 - 0
README.md

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