mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 05:09:17 -05:00
Updated Working on GNU Linux (markdown)
@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user