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