remove default shared. less confusing for new users

master
Thomas Anderson пре 3 недеља
родитељ
комит
a0625715ca
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      Working-on-GNU-Linux.md

+ 1
- 1
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

Loading…
Откажи
Сачувај