mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-26 02:04:12 +03:00
0e2da00424
- Partial upgrades are not recommended/supported - Remove dependencies that are pulled in by plasma-framework - Add python, build fails without python (or python2) installed
1.1 KiB
1.1 KiB
Installation
Using installation script
Before running the installation script you have to install the dependencies needed for compiling.
Debian 9.0 (Stretch)
sudo apt install g++ cmake extra-cmake-modules qtdeclarative5-dev libqt5x11extras5-dev libkf5iconthemes-dev libkf5plasma-dev libkf5windowsystem-dev libkf5declarative-dev libkf5xmlgui-dev libkf5activities-dev gettext libkf5wayland-dev libxcb-util0-dev
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
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