1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00
tomahawk/README

52 lines
1.6 KiB
Plaintext
Raw Normal View History

2011-04-16 13:36:09 +02:00
Compiling Tomahawk
------------------
2011-01-03 14:43:49 +01:00
$ mkdir build && cd build
$ cmake ..
$ make
2011-04-16 13:36:09 +02:00
Start the application on Linux:
$ ./tomahawk
Start the application on OS X:
$ open tomahawk.app
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-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)
Doxygen Documentation
---------------------
See: http://dev.tomahawk-player.org/api/classes.html
2010-10-17 05:32:01 +02:00
Dependencies
------------
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
2011-11-04 20:01:08 -03:00
libechonest 1.2.0 - http://projects.kde.org/projects/playground/libs/libechonest/
2011-09-12 11:09:47 +02:00
The following dependencies are optional, but recommended:
2012-03-12 22:03:55 +01:00
Attica 0.3.0 - ftp://ftp.kde.org/pub/kde/stable/attica/
QuaZip 0.4.3 - http://quazip.sourceforge.net/
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!