looper/BUILDING.md

12 lines
735 B
Markdown
Raw Normal View History

2024-03-26 18:39:02 -07:00
# Building Looper
This project uses CMake for its build system, and it is recommended to build the software in a different directory than the source code.
## Build options
Options include:
|-------------|-------------------------------------------------------------|
|Option |Result |
|-------------|-------------------------------------------------------------|
|USE_VGMSTREAM|Enables the linking of VGMSteam. |
|USE_PORTALS |Enables the use of libportal in frontends that support it. |
|DISABLE_*_UI |Disables the respective UI specified by the option. |
|USE_GLES |Enables using OpenGL ES vs OpenGL in the Dear ImGui frontend.|