Updated Working on GNU Linux (markdown)

master
hristo 4 years ago
parent
commit
71269996c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Working-on-GNU-Linux.md

+ 1
- 1
Working-on-GNU-Linux.md

@ -56,7 +56,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 -DSHARED=ON -DSTATIC=ON ..
cmake -DBUILD_SHARED_LIBS=ON ..
make make
make install make install
``` ```

Loading…
Cancel
Save