mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 12:52:30 +02:00
* Updated README.
This commit is contained in:
20
README
20
README
@@ -1,9 +1,9 @@
|
|||||||
Quickstart on Ubuntu
|
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 libqt4-dev libqt4-sql-sqlite \
|
||||||
libqt4-sql-sqlite libvorbis-dev libmad0-dev libflac++-dev libasound2-dev \
|
libvorbis-dev libmad0-dev libflac++-dev libasound2-dev libboost-dev zlib1g-dev \
|
||||||
libboost-dev zlib1g-dev libgnutls-dev pkg-config
|
libgnutls-dev pkg-config
|
||||||
|
|
||||||
|
|
||||||
Gloox 1.0 (XMPP library)
|
Gloox 1.0 (XMPP library)
|
||||||
@@ -30,7 +30,7 @@ QJson (Qt JSON library)
|
|||||||
$ ./configure && make
|
$ ./configure && make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
libEchonest 1.1.1
|
libEchonest 1.1.4
|
||||||
---------------
|
---------------
|
||||||
See: http://projects.kde.org/projects/playground/libs/libechonest/
|
See: http://projects.kde.org/projects/playground/libs/libechonest/
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ 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
|
$ brew install cmake qt qjson gloox libmad libvorbis flac taglib boost
|
||||||
|
|
||||||
Install libEchnoest & CLucene as per the above instructions.
|
Install libEchnoest & CLucene as per the above instructions.
|
||||||
|
|
||||||
@@ -94,23 +94,19 @@ Dependencies
|
|||||||
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/
|
||||||
libflac++ 1.2.0 http://flac.sourceforge.net/
|
libflac++ 1.2.0 http://flac.sourceforge.net/
|
||||||
liblastfm 0.3.3 http://github.com/mxcl/liblastfm/
|
libechonest 1.1.4 http://projects.kde.org/projects/playground/libs/libechonest/
|
||||||
libechonest 1.1.1 http://projects.kde.org/projects/playground/libs/libechonest/
|
|
||||||
|
|
||||||
Third party libraries that we ship with our source:
|
Third party libraries that we ship with our source:
|
||||||
|
|
||||||
RtAudio 4.0.7 http://www.music.mcgill.ca/~gary/rtaudio/
|
RtAudio 4.0.7 http://www.music.mcgill.ca/~gary/rtaudio/
|
||||||
MiniUPnP http://miniupnp.free.fr/
|
MiniUPnP http://miniupnp.free.fr/
|
||||||
|
liblastfm 0.4.0 http://github.com/jonocole/liblastfm/
|
||||||
|
|
||||||
|
|
||||||
To build the app:
|
To build the app:
|
||||||
-----------------
|
-----------------
|
||||||
$ mkdir build && cd build
|
$ mkdir build && cd build
|
||||||
|
$ cmake ..
|
||||||
Pick one of the following two choices. If uncertain pick the second one, you probably want a GUI.
|
|
||||||
$ cmake -Dgui=no .. # enables headless mode, build without GUI
|
|
||||||
$ cmake .. # normal build including GUI
|
|
||||||
|
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
To run the app:
|
To run the app:
|
||||||
|
Reference in New Issue
Block a user