1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-01 01:17:51 +03:00
latte-dock/INSTALLATION.md
alxlg 78cab65a81 Add libkf5crash-dev dependency for Neon/Kubuntu (#667)
The installation script can't find "KF5Crash". Installing the package libkf5crash-dev solved the problem.
2017-08-12 13:09:38 +03:00

882 B

Installation

Using installation script

Before running the installation script you have to install the dependencies needed for compiling.

Kubuntu only

sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt update
sudo apt dist-upgrade

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 libxcb-util0-dev libsm-dev libkf5crash-dev

Arch Linux

sudo pacman -Syu
sudo pacman -S cmake extra-cmake-modules python plasma-framework plasma-desktop

Building and Installing

Now you can run the installation script.

sh install.sh