mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 19:37:09 +02:00
Merge remote branch 'origin' into phonon
This commit is contained in:
19
README
19
README
@@ -3,7 +3,7 @@ Quickstart on Ubuntu
|
|||||||
|
|
||||||
$ sudo apt-get install build-essential cmake libtag1c2a libtag1-dev liblastfm-dev libqt4-dev \
|
$ sudo apt-get install build-essential cmake libtag1c2a libtag1-dev liblastfm-dev libqt4-dev \
|
||||||
libqt4-sql-sqlite libvorbis-dev libmad0-dev libflac++-dev libasound2-dev \
|
libqt4-sql-sqlite libvorbis-dev libmad0-dev libflac++-dev libasound2-dev \
|
||||||
libboost-dev zlib1g-dev libgnutls-dev libclucene-dev pkg-config
|
libboost-dev zlib1g-dev libgnutls-dev pkg-config
|
||||||
|
|
||||||
|
|
||||||
Gloox 1.0 (XMPP library)
|
Gloox 1.0 (XMPP library)
|
||||||
@@ -40,15 +40,26 @@ libEchonest 1.1.1
|
|||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
|
CLucene 0.9.23
|
||||||
|
---------------
|
||||||
|
See: http://clucene.sourceforge.net/download.shtml
|
||||||
|
|
||||||
|
Clone from git and build CLucene:
|
||||||
|
$ git clone git://clucene.git.sourceforge.net/gitroot/clucene/clucene
|
||||||
|
$ cd clucene && mkdir build && cd build
|
||||||
|
$ cmake ..
|
||||||
|
$ make
|
||||||
|
$ sudo make install
|
||||||
|
|
||||||
|
|
||||||
Quickstart on OS X
|
Quickstart on OS X
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Install homebrew
|
Install homebrew
|
||||||
$ ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
|
$ ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
|
||||||
$ brew install cmake qt qjson gloox libmad libvorbis flac taglib boost liblastfm clucene
|
$ brew install cmake qt qjson gloox libmad libvorbis flac taglib boost liblastfm
|
||||||
|
|
||||||
Install libEchnoest as per the above instructions.
|
Install libEchnoest & CLucene as per the above instructions.
|
||||||
|
|
||||||
If liblastfm gives problems, do the below:
|
If liblastfm gives problems, do the below:
|
||||||
$ brew edit liblastfm
|
$ brew edit liblastfm
|
||||||
@@ -78,7 +89,7 @@ Dependencies
|
|||||||
SQLite 3.6.22 http://www.sqlite.org/
|
SQLite 3.6.22 http://www.sqlite.org/
|
||||||
TagLib 1.6.2 http://developer.kde.org/~wheeler/taglib.html
|
TagLib 1.6.2 http://developer.kde.org/~wheeler/taglib.html
|
||||||
Boost 1.3x http://www.boost.org/
|
Boost 1.3x http://www.boost.org/
|
||||||
CLucene 0.9.21 http://clucene.sourceforge.net/
|
CLucene 0.9.23 (0.9.21 will fail) http://clucene.sourceforge.net/download.shtml
|
||||||
libmad 0.15.1b http://www.underbit.com/products/mad/
|
libmad 0.15.1b http://www.underbit.com/products/mad/
|
||||||
libvorbis 1.2.3 http://xiph.org/vorbis/
|
libvorbis 1.2.3 http://xiph.org/vorbis/
|
||||||
libogg 1.1.4 http://xiph.org/ogg/
|
libogg 1.1.4 http://xiph.org/ogg/
|
||||||
|
Reference in New Issue
Block a user