From b221b3f7b2b8d2f91134fb95845128b9390c8385 Mon Sep 17 00:00:00 2001 From: Otto Radics Date: Sat, 14 Jan 2017 21:41:50 +0100 Subject: [PATCH] INSTALLATION file added with instructions for Kubuntu 16.10 (#69) --- INSTALLATION.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 INSTALLATION.md diff --git a/INSTALLATION.md b/INSTALLATION.md new file mode 100644 index 000000000..46fd639e6 --- /dev/null +++ b/INSTALLATION.md @@ -0,0 +1,20 @@ +Installation +============ + +**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 +``` + +*Now you can run the installation script* + +####installation script#### +- _sh install.sh_ + +Latte is now ready to be used by executing ```latte-dock``` \ No newline at end of file