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
|
|
|
|
-----------------------------------------
|
2012-04-07 19:19:47 +02:00
|
|
|
See: http://wiki.tomahawk-player.org/mediawiki/index.php/Building_Ubuntu_Binary_on_Precise_(12.04)
|
2011-01-09 07:22:42 +01:00
|
|
|
|
2011-04-16 13:36:09 +02:00
|
|
|
Detailed building instructions for OS X
|
|
|
|
---------------------------------------
|
2012-06-15 10:11:03 +03:00
|
|
|
See: http://wiki.tomahawk-player.org/mediawiki/index.php/Building_OS_X_Application_Bundle_on_Snow_Leopard_(10.6)_and_Lion_(10.7)
|
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
|
|
|
|
------------
|
|
|
|
|
2012-03-15 00:06:56 +01:00
|
|
|
CMake 2.8.6 - http://www.cmake.org/
|
2011-09-12 11:09:47 +02:00
|
|
|
Qt 4.7.0 - http://qt.nokia.com/
|
|
|
|
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.3 - http://www.boost.org/
|
|
|
|
CLucene 0.9.23 (0.9.21 will fail) - http://clucene.sourceforge.net/download.shtml
|
2012-06-15 10:28:16 +03:00
|
|
|
libechonest 1.2.1 - http://projects.kde.org/projects/playground/libs/libechonest/
|
2012-06-15 10:18:53 +03:00
|
|
|
Attica 0.3.0 - ftp://ftp.kde.org/pub/kde/stable/attica/
|
|
|
|
QuaZip 0.4.3 - http://quazip.sourceforge.net/
|
2011-09-12 11:09:47 +02:00
|
|
|
|
|
|
|
The following dependencies are optional, but recommended:
|
|
|
|
|
2012-03-31 23:07:22 +02:00
|
|
|
Jreen 1.0.5 - http://qutim.org/jreen / https://github.com/euroelessar/jreen
|
2012-03-12 22:03:55 +01:00
|
|
|
QTweetLib 0.5.0 - https://github.com/minimoog/QTweetLib
|
2012-06-15 10:11:03 +03:00
|
|
|
liblastfm 1.0.0 - http://github.com/eartle/liblastfm/
|
2010-10-17 05:32:01 +02:00
|
|
|
|
|
|
|
Third party libraries that we ship with our source:
|
|
|
|
|
2011-09-12 11:09:47 +02:00
|
|
|
MiniUPnP 1.6 - http://miniupnp.free.fr/
|
2010-10-17 05:32:01 +02:00
|
|
|
|
|
|
|
Enjoy!
|