soundboard/Readme.md
2021-12-22 02:07:52 +01:00

17 lines
177 B
Markdown

qt dependencies
```
apt install qtmultimedia5-dev libqt5x11extras5-dev qtbase5-dev
```
other build deps:
```
apt install make g++
```
usefull:
```
apt install qtcreator
```