mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-22 13:43:11 +02:00
Created Debian Build Instructions (markdown)
23
Debian-Build-Instructions.md
Normal file
23
Debian-Build-Instructions.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Installing Dependencies
|
||||
|
||||
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
|
||||
|
||||
# Manually built Dependencies
|
||||
## attica-0.4.2
|
||||
|
||||
wget http://download.kde.org/stable/attica/attica-0.4.2.tar.bz2
|
||||
tar xjf attica-0.4.2.tar.bz2
|
||||
mkdir attica-0.4.2/build && cd attica-0.4.2/build
|
||||
cmake ..
|
||||
make && sudo make install
|
||||
|
||||
# Compiling Tomahawk
|
||||
|
||||
git clone git://github.com/tomahawk-player/tomahawk.git
|
||||
mkdir tomahawk/build && cd tomahawk/build
|
||||
cmake -DBUILD_WITH_QT4=ON ..
|
||||
make
|
||||
./tomahawk
|
Reference in New Issue
Block a user