1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-22 13:43:11 +02:00

edited formatting

Caleigh Runge-Hottman
2017-03-31 16:37:54 -06:00
parent 70b93c99e1
commit ae8111f546

@@ -1,6 +1,6 @@
# Update Your System # Update Your System
sudo dnf update sudo dnf update
# Installing Dependencies # Installing Dependencies
@@ -9,28 +9,28 @@ First, add the [rpm fusion free repository](https://rpmfusion.org/Configuration)
Next, install Fedora's development tools: Next, install Fedora's development tools:
sudo dnf groupinstall development-tools sudo dnf groupinstall development-tools
Finally, install the remaining dependencies: Finally, install the remaining dependencies:
sudo dnf install extra-cmake-modules qt5-qtsvg-devel qt5-qttools-static qt5-qtwebkit-devel gcc-c++ \ sudo dnf install extra-cmake-modules qt5-qtsvg-devel qt5-qttools-static qt5-qtwebkit-devel gcc-c++ \
vlc-devel taglib-devel lucene++-devel sparsehash-devel qca-devel attica-devel \ vlc-devel taglib-devel lucene++-devel sparsehash-devel qca-devel attica-devel \
quazip-devel liblastfm-devel qtkeychain-devel qca-qt5-devel qtkeychain-qt5-devel \ quazip-devel liblastfm-devel qtkeychain-devel qca-qt5-devel qtkeychain-qt5-devel \
liblastfm-qt5-devel quazip-qt5-devel kf5-attica-devel websocketpp-devel gnutls-devel \ liblastfm-qt5-devel quazip-qt5-devel kf5-attica-devel websocketpp-devel gnutls-devel \
openssl-devel libechonest-devel websocketpp-devel openssl-devel libechonest-devel websocketpp-devel
### Optional Dependencies ### Optional Dependencies
sudo dnf install jreen-devel telepathy-qt5-devel sudo dnf install jreen-devel telepathy-qt5-devel
# Compiling Tomahawk # Compiling Tomahawk
git clone git://github.com/tomahawk-player/tomahawk.git git clone git://github.com/tomahawk-player/tomahawk.git
mkdir tomahawk/build && cd tomahawk/build mkdir tomahawk/build && cd tomahawk/build
cmake .. cmake ..
# Building Tomahawk: # Building Tomahawk:
make make
./tomahawk ./tomahawk