From c1f69a669efc0c00d658bfae14f4996ca786f658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Cayuelas=20Ruiz?= Date: Fri, 31 Mar 2017 08:53:21 +0200 Subject: [PATCH] Destroyed Debian Build Instructions (markdown) --- Debian-Build-Instructions.md | 45 ------------------------------------ 1 file changed, 45 deletions(-) delete mode 100644 Debian-Build-Instructions.md diff --git a/Debian-Build-Instructions.md b/Debian-Build-Instructions.md deleted file mode 100644 index cb2f6b9..0000000 --- a/Debian-Build-Instructions.md +++ /dev/null @@ -1,45 +0,0 @@ -# Installing Dependencies - -On Debian 8.x (jessie) using Qt4: - - sudo aptitude install build-essential cmake libtag1c2a libtag1-dev libqt4-dev libqt4-sql-sqlite \ - libphonon-dev libboost-dev libboost-thread-dev zlib1g-dev libgnutls-dev libz-dev \ - libqjson-dev libqca2-dev libx11-dev pkg-config libqca2-plugin-ossl \ - libidn2-0-dev speex libsamplerate0-dev libfftw3-dev libgsasl7-dev liblastfm-dev \ - libquazip-dev qtkeychain-dev libgnutls28-dev libsparsehash-dev libvlc-dev \ - liblucene++-dev libechonest-dev libattica-dev libssl-dev libwebsocketpp-dev - -On Debian 9.x (stretch, the testing branch at the time of writing) you can use Qt5 installing the following additional dependencies: - - sudo aptitude install qttools5-dev libqt5svg5-dev libqt5webkit5-dev libqca-qt5-2-dev \ - libkf5attica-dev qt5keychain-dev libtelepathy-qt5-dev \ - libechonest5-dev libechonest5-2.3 libquazip5-1 libquazip5-dev \ - libquazip5-headers liblastfm5-1 liblastfm5-dev - -# Manually built Dependencies -## 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 - mkdir tomahawk/build && cd tomahawk/build - -If using Qt4: - - cmake -DBUILD_WITH_QT4=ON .. - -else if using Qt5: - - cmake .. - -Finally build: - - make - ./tomahawk \ No newline at end of file