From 33f16596091e8147d01f948e7125db02cfae5faa Mon Sep 17 00:00:00 2001 From: Brian E <72316548+Brian-ED@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:09:16 +0100 Subject: [PATCH] Added move in building for linux (#419) Added the move since it restores the state to normal again. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ea51c2..69bdb75 100644 --- a/README.md +++ b/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)**