mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-03 09:17:50 +03:00
Add new dependencies introduced by recent commits (#304)
* Add new dependencies introduced by recent commits * Updated
This commit is contained in:
parent
aeb2ad4c16
commit
5f90c5c836
@ -5,13 +5,18 @@ Installation
|
||||
|
||||
**Before running the installation script you have to install the dependencies needed for compiling.**
|
||||
|
||||
### Kubuntu 16.10
|
||||
### Kubuntu only
|
||||
|
||||
```
|
||||
sudo add-apt-repository ppa:kubuntu-ppa/backports
|
||||
sudo apt update
|
||||
sudo apt dist-upgrade
|
||||
sudo apt install cmake extra-cmake-modules qtdeclarative5-dev libqt5x11extras5-dev libkf5iconthemes-dev libkf5plasma-dev libkf5windowsystem-dev libkf5declarative-dev libkf5xmlgui-dev libkf5activities-dev build-essential libxcb-util-dev libkf5wayland-dev git gettext
|
||||
```
|
||||
|
||||
### Kubuntu and KDE Neon
|
||||
|
||||
```
|
||||
sudo apt install cmake extra-cmake-modules qtdeclarative5-dev libqt5x11extras5-dev libkf5iconthemes-dev libkf5plasma-dev libkf5windowsystem-dev libkf5declarative-dev libkf5xmlgui-dev libkf5activities-dev build-essential libxcb-util-dev libkf5wayland-dev git gettext libkf5archive-dev libkf5notifications-dev
|
||||
```
|
||||
|
||||
### Arch Linux
|
||||
|
Loading…
Reference in New Issue
Block a user