# 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.|