From 27d1bad8b77535f2b5cfbb03d00d6ffb7b70aeda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Ribeiro?= Date: Thu, 14 Jan 2016 00:31:38 +0000 Subject: [PATCH] Updated Debian Build Instructions (markdown) --- Debian-Build-Instructions.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Debian-Build-Instructions.md b/Debian-Build-Instructions.md index 49d744b..53b14e8 100644 --- a/Debian-Build-Instructions.md +++ b/Debian-Build-Instructions.md @@ -14,6 +14,15 @@ cmake .. make && sudo make install +## extra-cmake-modules + + git clone git://anongit.kde.org/extra-cmake-modules + cd extra-cmake-modules + mkdir build && cd build + cmake .. + make && sudo make install + + # Compiling Tomahawk git clone git://github.com/tomahawk-player/tomahawk.git