mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-20 20:49: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
|
||||
cd raylib
|
||||
mkdir build && cd build
|
||||
cmake -DBUILD_SHARED_LIBS=ON ..
|
||||
cmake ..
|
||||
make
|
||||
sudo make install
|
||||
sudo ldconfig
|
||||
|
||||
Reference in New Issue
Block a user