This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Updated Working on GNU Linux (markdown)
master
hristo
4 years ago
parent
b4ff48215c
commit
71269996c5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
cd raylib
mkdir build
&
&
cd build
cmake -D
SHARED=ON -DSTATIC
=ON ..
cmake -D
BUILD_SHARED_LIBS
=ON ..
make
make install
```
Write
Preview
Loading…
Cancel
Save