mirror of
https://github.com/gtalent/sc9k.git
synced 2025-01-22 18:43:36 -06:00
Add README
This commit is contained in:
parent
a9ad077d55
commit
814cef4a2e
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Slide Controller 9000
|
||||
|
||||
## Build Prerequisites
|
||||
|
||||
* Install GCC, Clang, or Visual Studio with C++20 support
|
||||
* Install Python 3
|
||||
* Install Ninja, Make, and CMake
|
||||
* [Qt6](https://www.qt.io/download-qt-installer-oss) (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
|
Loading…
Reference in New Issue
Block a user