Update INSTALLATION.md for Arch Linux

- Partial upgrades are not recommended/supported
- Remove dependencies that are pulled in by plasma-framework
- Add python, build fails without python (or python2) installed
pull/1/head
Michael Straube 8 years ago committed by Johan Smith Agudelo Rodriguez
parent 8919e597a4
commit 0e2da00424

@ -16,8 +16,8 @@ sudo apt install g++ cmake extra-cmake-modules qtdeclarative5-dev libqt5x11extra
```
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt update
sudo apt dist-upgrade
sudo apt update
sudo apt dist-upgrade
```
### Kubuntu and KDE Neon
@ -29,10 +29,8 @@ sudo apt install cmake extra-cmake-modules qtdeclarative5-dev libqt5x11extras5-d
### 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
sudo pacman -Syu
sudo pacman -S cmake extra-cmake-modules python plasma-framework plasma-desktop
```
### Building and Installing

@ -58,7 +58,7 @@ We recommend that you use at least **Plasma 5.8.0**
- [Fedora Copr](https://copr.fedorainfracloud.org/coprs/hcooh/Latte-dock/)
### ArchLinux
### Arch Linux
- [Arch Linux](https://www.archlinux.org/packages/?sort=&q=latte-dock)

Loading…
Cancel
Save