From 0e2da0042412c0a83f346e91f3f864d07310c974 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Fri, 14 Apr 2017 15:32:04 +0200 Subject: [PATCH] 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 --- INSTALLATION.md | 10 ++++------ README.md | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 5bd12a9ef..ba8a3c007 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -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 diff --git a/README.md b/README.md index cccd224d9..affe97adb 100644 --- a/README.md +++ b/README.md @@ -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)