From a0625715ca0ddbd537842a663f90f557af19b7d1 Mon Sep 17 00:00:00 2001 From: Thomas Anderson <5776225+CrackedPixel@users.noreply.github.com> Date: Sun, 8 Feb 2026 16:12:13 -0600 Subject: [PATCH] remove default shared. 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 be3852d..5269411 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -103,7 +103,7 @@ Building with cmake on Linux is easy, just use the following: git clone https://github.com/raysan5/raylib.git raylib cd raylib mkdir build && cd build -cmake -DBUILD_SHARED_LIBS=ON .. +cmake .. make sudo make install sudo ldconfig