2011-04-16 13:36:09 +02:00
|
|
|
Compiling Tomahawk
|
|
|
|
------------------
|
2010-10-26 13:52:55 +02:00
|
|
|
|
2011-01-03 14:43:49 +01:00
|
|
|
$ mkdir build && cd build
|
|
|
|
$ cmake ..
|
|
|
|
$ make
|
2010-10-22 01:09:38 +02:00
|
|
|
|
2011-04-16 13:36:09 +02:00
|
|
|
Start the application on Linux:
|
|
|
|
$ ./tomahawk
|
|
|
|
Start the application on OS X:
|
|
|
|
$ open tomahawk.app
|
2010-12-05 19:15:29 -08:00
|
|
|
|
|
|
|
|
2011-04-16 13:36:09 +02:00
|
|
|
Detailed building instructions for Ubuntu
|
|
|
|
-----------------------------------------
|
|
|
|
See: http://wiki.tomahawk-player.org/mediawiki/index.php/Building_Ubuntu_Binary_on_Maverick_(10.10)
|
2011-01-09 07:22:42 +01:00
|
|
|
|
2011-04-16 13:36:09 +02:00
|
|
|
Detailed building instructions for OS X
|
|
|
|
---------------------------------------
|
|
|
|
See: http://wiki.tomahawk-player.org/mediawiki/index.php/Building_OS_X_Application_Bundle_on_Snow_Leopard_(10.6)
|
2010-12-05 19:15:29 -08:00
|
|
|
|
2011-06-23 19:41:01 -07:00
|
|
|
Doxygen Documentation
|
|
|
|
---------------------
|
|
|
|
See: http://dev.tomahawk-player.org/api/classes.html
|
|
|
|
|
2010-10-17 05:32:01 +02:00
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
|
|
|
CMake 2.8.0 http://www.cmake.org/
|
2010-10-22 01:09:38 +02:00
|
|
|
Qt 4.7.0 http://qt.nokia.com/
|
2010-10-17 05:32:01 +02:00
|
|
|
QJson 0.7.1 http://qjson.sourceforge.net/
|
|
|
|
SQLite 3.6.22 http://www.sqlite.org/
|
|
|
|
TagLib 1.6.2 http://developer.kde.org/~wheeler/taglib.html
|
|
|
|
Boost 1.3x http://www.boost.org/
|
2011-02-24 04:14:04 +01:00
|
|
|
CLucene 0.9.23 (0.9.21 will fail) http://clucene.sourceforge.net/download.shtml
|
2011-05-23 23:36:37 -04:00
|
|
|
libechonest 1.1.8 http://projects.kde.org/projects/playground/libs/libechonest/
|
2010-10-17 05:32:01 +02:00
|
|
|
|
|
|
|
Third party libraries that we ship with our source:
|
|
|
|
|
|
|
|
MiniUPnP http://miniupnp.free.fr/
|
2011-03-26 07:06:35 +01:00
|
|
|
liblastfm 0.4.0 http://github.com/jonocole/liblastfm/
|
2010-10-17 05:32:01 +02:00
|
|
|
|
|
|
|
Enjoy!
|