remove default shared. less confusing for new users

master
Thomas Anderson před 2 týdny
rodič
revize
a0625715ca
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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

Načítá se…
Zrušit
Uložit