Updated Working on GNU Linux (markdown)

hristo
2021-02-26 10:11:32 +02:00
parent b4ff48215c
commit 71269996c5

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