ES-DE/developer_toolbox/build_locally.sh
XargonWan fa2d75af98
Some checks are pending
Build ES-DE / Building_RetroDECK-ES-DE (push) Waiting to run
Feat/logger (#9)
* When RetroDECK is defined the logs are written in the RetroDECK format

* LOG: writing to retrodeck.log if exists and read the log level from retrodeck.cfg

* Added a script to build locally

* LOG: def + include fixes

* LOGS: fixed log folder
2024-11-30 10:00:20 +09:00

5 lines
161 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 && make install