mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-22 13:43:11 +02:00
Updated Debian Build Instructions (markdown)
@@ -1,5 +1,7 @@
|
|||||||
# Installing Dependencies
|
# Installing Dependencies
|
||||||
|
|
||||||
On Debian 8.x (jessie) using Qt4:
|
On Debian 8.x (jessie) using Qt4:
|
||||||
|
|
||||||
sudo aptitude install build-essential cmake libtag1c2a libtag1-dev libqt4-dev libqt4-sql-sqlite \
|
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 \
|
libphonon-dev libboost-dev libboost-thread-dev zlib1g-dev libgnutls-dev libz-dev \
|
||||||
libqjson-dev libqca2-dev libx11-dev pkg-config libqca2-plugin-ossl \
|
libqjson-dev libqca2-dev libx11-dev pkg-config libqca2-plugin-ossl \
|
||||||
@@ -8,6 +10,7 @@ On Debian 8.x (jessie) using Qt4:
|
|||||||
liblucene++-dev libechonest-dev libattica-dev libssl-dev libwebsocketpp-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:
|
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 \
|
sudo aptitude install qttools5-dev libqt5svg5-dev libqt5webkit5-dev libqca-qt5-2-dev \
|
||||||
libkf5attica-dev qt5keychain-dev libtelepathy-qt5-dev \
|
libkf5attica-dev qt5keychain-dev libtelepathy-qt5-dev \
|
||||||
libechonest5-dev libechonest5-2.3 libquazip5-1 libquazip5-dev \
|
libechonest5-dev libechonest5-2.3 libquazip5-1 libquazip5-dev \
|
||||||
@@ -29,8 +32,11 @@ On Debian 9.x (stretch, the testing branch at the time of writing) you can use Q
|
|||||||
mkdir tomahawk/build && cd tomahawk/build
|
mkdir tomahawk/build && cd tomahawk/build
|
||||||
|
|
||||||
If using Qt4:
|
If using Qt4:
|
||||||
|
|
||||||
cmake -DBUILD_WITH_QT4=ON ..
|
cmake -DBUILD_WITH_QT4=ON ..
|
||||||
|
|
||||||
else if using Qt5:
|
else if using Qt5:
|
||||||
|
|
||||||
cmake ..
|
cmake ..
|
||||||
|
|
||||||
make
|
make
|
||||||
|
Reference in New Issue
Block a user