1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 16:29:43 +01:00
tomahawk/README.md
Christian Muehlhaeuser 510485fcf0 Revert "* Revert to CLucene until we sort out the MinGW/Boost/Unicode mess :-("
This reverts commit 1e8bab26b22a20d4cc07c9b85c590a3d4f7f9c18.
2014-10-03 04:35:44 +02:00

2.0 KiB

Tomahawk

Compiling and running Tomahawk

Compile:

$ mkdir build && cd build
$ cmake ..
$ make

Start the application on Linux:

$ ./tomahawk

Start the application on OS X:

$ open tomahawk.app

Detailed building instructions for Ubuntu

See: http://wiki.tomahawk-player.org/index.php/Building_on_Ubuntu

Detailed building instructions for OS X

See: http://wiki.tomahawk-player.org/index.php/Building_OS_X_Application_Bundle

Doxygen Documentation

See: http://dev.tomahawk-player.org/api/classes.html

Dependencies

Required dependencies:

The following dependencies are optional, but recommended:

Third party libraries that we ship with our source:

Enjoy!