aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 3cae597f1b417dffaacf463253da95175c3c0cbb (plain)
1
2
3
4
5
6
7
8
9
## Building

To build, please have CMake and the Qt library installed. Then use:

```
cmake -B build -DCMAKE_BUILD_TYPE=Debug             # Initially
cmake --build build -j$(nproc --all) --target all   # All; after modifying ui files
cmake --build build -j$(nproc --all) --target clean # To clean
```