From d3c1960aebb0135df95c3d0709384750b940afba Mon Sep 17 00:00:00 2001 From: nitg16 Date: Wed, 22 Mar 2017 23:47:21 +0530 Subject: [PATCH] Add new dependencies introduced by recent commits (#304) * Add new dependencies introduced by recent commits * Updated --- INSTALLATION.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index adb2e8db2..9f1fd69a0 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -5,13 +5,18 @@ Installation **Before running the installation script you have to install the dependencies needed for compiling.** -### Kubuntu 16.10 +### Kubuntu only ``` 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 build-essential libxcb-util-dev libkf5wayland-dev git gettext +``` + +### 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 ``` ### Arch Linux