mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-23 14:13:57 +02:00
Created openSUSE Build Instructions (markdown)
12
openSUSE---Build-Instructions.md
Normal file
12
openSUSE---Build-Instructions.md
Normal file
@@ -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
|
Reference in New Issue
Block a user