mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-21 04:59:17 -05:00
remove default shared. less confusing for new users
@ -103,7 +103,7 @@ Building with cmake on Linux is easy, just use the following:
|
|||||||
git clone https://github.com/raysan5/raylib.git raylib
|
git clone https://github.com/raysan5/raylib.git raylib
|
||||||
cd raylib
|
cd raylib
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DBUILD_SHARED_LIBS=ON ..
|
cmake ..
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user