ES-DE/developer_toolbox/build_locally.sh

5 lines
161 B
Bash
Raw Normal View History

#!/bin/bash
# WARNING: run this script from the project root folder, not from here!!
2024-11-29 02:16:14 +00:00
cmake -DRETRODECK=on -DCMAKE_INSTALL_PREFIX=/app . && make && make install