From 079bbbf87a3fb844228097c7b2b728c67f0559ef Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Mon, 9 May 2016 13:41:18 +0200 Subject: [PATCH] Created openSUSE Build Instructions (markdown) --- openSUSE---Build-Instructions.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openSUSE---Build-Instructions.md diff --git a/openSUSE---Build-Instructions.md b/openSUSE---Build-Instructions.md new file mode 100644 index 0000000..4e68d11 --- /dev/null +++ b/openSUSE---Build-Instructions.md @@ -0,0 +1,12 @@ +# Installing Dependencies + + sudo zypper in gcc-c++ libqt5-qttools-devel libqt5-qtbase-devel libqt5-qtsvg-devel libQt5WebKitWidgets-devel libechonest-qt5-devel + + +# Compiling Tomahawk + + git clone git://github.com/tomahawk-player/tomahawk.git + mkdir tomahawk/build && cd tomahawk/build + cmake .. + make + ./tomahawk \ No newline at end of file