BUILD_LOCALLY: added sudo to make install

This commit is contained in:
XargonWan 2024-12-01 22:46:56 +09:00
parent f64cbe8024
commit 44fb412e3d

View file

@ -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