mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Merge branch 'stable' of git://github.com/tomahawk-player/tomahawk into stable
This commit is contained in:
10
README
10
README
@@ -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/
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@ Dependencies
|
|||||||
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/
|
liblastfm 0.3.3 http://github.com/mxcl/liblastfm/
|
||||||
libechonest 1.1.1 http://projects.kde.org/projects/playground/libs/libechonest/
|
libechonest 1.1.4 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:
|
||||||
|
|
||||||
@@ -106,11 +106,7 @@ Dependencies
|
|||||||
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