ES-DE/developer_toolbox/build_locally.sh

5 lines
166 B
Bash
Executable file

#!/bin/bash
# WARNING: run this script from the project root folder, not from here!!
cmake -DRETRODECK=on -DCMAKE_INSTALL_PREFIX=/app . && make && sudo make install