mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-30 09:47:23 +03:00
35 lines
901 B
Markdown
35 lines
901 B
Markdown
Installation
|
|
============
|
|
|
|
## 1. Dependencies
|
|
|
|
**Before running the installation script you have to install the dependencies needed for compiling.**
|
|
|
|
### Kubuntu 16.10
|
|
|
|
```
|
|
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
|
|
```
|
|
|
|
### Arch Linux
|
|
|
|
```
|
|
sudo pacman -Syy
|
|
sudo pacman -S cmake extra-cmake-modules
|
|
sudo pacman -S qt5-base qt5-declarative qt5-x11extras
|
|
sudo pacman -S kiconthemes kdbusaddons kxmlgui kdeclarative plasma-framework plasma-desktop
|
|
```
|
|
|
|
## 2. Building and Installing
|
|
|
|
**Now you can run the installation script.**
|
|
|
|
```
|
|
sh install.sh
|
|
```
|
|
|
|
Latte is now ready to be used by executing ```latte-dock``` or _Latte Dock_ in applications menu.
|