remove default shared. less confusing for new users

master
Thomas Anderson hace 3 semanas
padre
commit
a0625715ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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

Cargando…
Cancelar
Guardar