adding `sudo` keyword for installing otherwise it is an error

master
Airbus5717 vor 4 Jahren
Ursprung
Commit
5e086fc497
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +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.

Laden…
Abbrechen
Speichern