List the package names on debian

This allows easier installation, without having to manually
track down all the names of the needed packages.
This commit is contained in:
Salvo 'LtWorf' Tomaselli 2022-03-15 12:47:23 +01:00 committed by Bart De Vries
parent 8c116ab5dd
commit 5dd19faed9
1 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,16 @@ Note: When using versions of kasts built from git-master, it's possible that the
- TagLib
- QtKeychain
### On debian
```
apt install build-essential cmake extra-cmake-modules qtbase5-dev \
qtdeclarative5-dev qtquickcontrols2-5-dev qtmultimedia5-dev \
libkf5syndication-dev libkf5config-dev libkf5i18n-dev \
libkf5coreaddons-dev libtag1-dev qtkeychain-qt5-dev \
libkf5networkmanagerqt-dev
```
## Linux
```