Files
scheincommander/README.md

13 lines
210 B
Markdown
Raw Permalink Normal View History

2023-02-15 01:10:19 +01:00
# scheincommander
A qt quick application to control dmx moving heads / lights / fog machines (running on a raspberry pi)
2023-02-15 01:12:19 +01:00
## How to build
```
mkdir build
cd build
2023-02-15 01:17:02 +01:00
cmake ..
2023-02-15 01:12:19 +01:00
make -j4096
2023-02-21 20:28:53 +01:00
./appscheincommander
2023-02-15 01:12:19 +01:00
```