list of deps

This commit is contained in:
mrbesen 2021-12-22 02:07:52 +01:00
parent 6df88f06d3
commit 427c9bb1a6
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 16 additions and 0 deletions

16
Readme.md Normal file
View File

@ -0,0 +1,16 @@
qt dependencies
```
apt install qtmultimedia5-dev libqt5x11extras5-dev qtbase5-dev
```
other build deps:
```
apt install make g++
```
usefull:
```
apt install qtcreator
```