From cb45ca76939d4c79d763f0a35eb9fddbe6aa454f Mon Sep 17 00:00:00 2001 From: Thomas Anderson <5776225+CrackedPixel@users.noreply.github.com> Date: Sun, 8 Feb 2026 16:13:23 -0600 Subject: [PATCH] remove "shared" default cmake. less confusing for new users --- Working-on-GNU-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 5269411..a0e2e55 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -150,7 +150,7 @@ Instead of using the embedded GLFW, you can download GLFW3 and build it from sou wget https://github.com/glfw/glfw/releases/download/3.2.1/glfw-3.2.1.zip unzip glfw-3.2.1.zip cd glfw-3.2.1 - cmake -DBUILD_SHARED_LIBS=ON + cmake sudo make install Now with GLFW installed, you may build raylib while specifying `USE_EXTERNAL_GLFW`: