mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-12-02 19:05:38 +00:00
BUILD_LOCALLY: added sudo to make install
This commit is contained in:
parent
f64cbe8024
commit
44fb412e3d
|
@ -2,4 +2,4 @@
|
|||
|
||||
# WARNING: run this script from the project root folder, not from here!!
|
||||
|
||||
cmake -DRETRODECK=on -DCMAKE_INSTALL_PREFIX=/app . && make && make install
|
||||
cmake -DRETRODECK=on -DCMAKE_INSTALL_PREFIX=/app . && make && sudo make install
|
Loading…
Reference in a new issue