mirror of
https://github.com/KDE/kasts.git
synced 2024-12-19 12:03:21 +01:00
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:
parent
8c116ab5dd
commit
5dd19faed9
10
README.md
10
README.md
@ -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
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user