mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-12-04 03:45:38 +00:00
XargonWan
fa2d75af98
Some checks are pending
Build ES-DE / Building_RetroDECK-ES-DE (push) Waiting to run
* 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
5 lines
161 B
Bash
Executable file
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 |