remove default shared. less confusing for new users

Thomas Anderson
2026-02-08 16:12:13 -06:00
parent 07fd61fb7a
commit a0625715ca

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