mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
adding sudo keyword for installing otherwise it is an error
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user