2017-01-14 21:41:50 +01:00
Installation
============
2017-01-16 17:21:24 +08:00
## 1. Dependencies
2017-01-14 21:41:50 +01:00
**Before running the installation script you have to install the dependencies needed for compiling.**
2017-03-22 15:19:35 -06:00
### 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
```
2017-03-22 23:47:21 +05:30
### Kubuntu only
2017-01-14 21:41:50 +01:00
```
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt update
sudo apt dist-upgrade
2017-03-22 23:47:21 +05:30
```
### Kubuntu and KDE Neon
```
2017-03-22 15:19:35 -06:00
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
2017-01-14 21:41:50 +01:00
```
2017-01-16 17:21:24 +08:00
### Arch Linux
2017-04-11 04:24:02 -05:00
For install it using the script:
2017-01-16 17:21:24 +08:00
```
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
```
2017-04-11 04:24:02 -05:00
Or easily install it from community repository:
```
sudo pacman -Sy latte-dock
```
2017-01-16 17:21:24 +08:00
## 2. Building and Installing
**Now you can run the installation script.**
2017-01-14 21:41:50 +01:00
2017-01-16 17:21:24 +08:00
```
sh install.sh
```
2017-01-14 21:41:50 +01:00
2017-04-11 04:24:02 -05:00
## 3. Run
2017-01-16 17:21:24 +08:00
Latte is now ready to be used by executing ```latte-dock` `` or _Latte Dock_ in applications menu.