mirror of
https://github.com/gtalent/sc9k.git
synced 2025-01-22 15:23:35 -06:00
Slide Controller 9000
deps/buildcore | ||
iconsrc | ||
src | ||
.gitignore | ||
.liccor.yml | ||
CMakeLists.txt | ||
LICENSE | ||
Makefile | ||
obs_scene_switcher.py | ||
README.md |
Slide Controller 9000
Build Prerequisites
- Install GCC, Clang, or Visual Studio with C++20 support
- Install Python 3
- Install Ninja, Make, and CMake
- Qt6 (Network and Widgets)
- Consider also installing ccache for faster subsequent build times
Build
Build options: release, debug, asan
make purge configure-{release,debug,asan} install
Run
make run