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
adding `sudo` keyword for installing otherwise it is an error
master
Airbus5717
4 years ago
parent
9cd8bcd95c
commit
5e086fc497
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
@ -58,7 +58,7 @@ cd raylib
mkdir build
&
&
cd build
cmake -DBUILD_SHARED_LIBS=ON ..
make
make install
sudo
make install
```
In case any dependencies are missing, cmake will tell you.
Write
Preview
Loading…
Cancel
Save