1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-24 20:03:07 +01:00
tomahawk/README

45 lines
1.2 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
-----------------------------------------
See: http://wiki.tomahawk-player.org/mediawiki/index.php/Building_Ubuntu_Binary_on_Maverick_(10.10)
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)
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/
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/
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!