1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-26 02:32:35 +01:00
Leo Franchi 3378b1ef82 add supercollection back
turn off proxy and cleanup trying to find signal issue
fix parent() that was causing all sorts of weird inserted bugs
fix removing to not work on a copy!
2011-04-17 11:43:29 -04:00
2011-03-31 04:28:39 +02:00
2011-04-17 11:43:29 -04:00
2011-04-15 13:46:51 +02:00
2011-04-05 13:49:17 -04:00
2011-02-28 00:47:06 +01:00
2011-03-25 07:08:34 +01:00
2011-04-16 13:36:09 +02:00
2010-10-17 05:32:01 +02:00
2011-04-16 13:36:09 +02:00

Compiling Tomahawk
------------------

    $ 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/mediawiki/index.php/Building_Ubuntu_Binary_on_Maverick_(10.10)

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)


Dependencies
------------

  CMake 2.8.0 http://www.cmake.org/
  Qt 4.7.0 http://qt.nokia.com/
  QJson 0.7.1 http://qjson.sourceforge.net/
  Gloox 1.0 http://camaya.net/gloox/
  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
  libmad 0.15.1b http://www.underbit.com/products/mad/
  libvorbis 1.2.3 http://xiph.org/vorbis/
  libogg 1.1.4 http://xiph.org/ogg/
  libflac++ 1.2.0 http://flac.sourceforge.net/
  libechonest 1.1.4 http://projects.kde.org/projects/playground/libs/libechonest/

 Third party libraries that we ship with our source:

  RtAudio 4.0.7 http://www.music.mcgill.ca/~gary/rtaudio/
  MiniUPnP http://miniupnp.free.fr/
  liblastfm 0.4.0 http://github.com/jonocole/liblastfm/

Enjoy!
Description
No description provided
Readme 126 MiB
Languages
C++ 93.4%
JavaScript 1.8%
CMake 1.2%
C 0.6%
Objective-C++ 0.5%
Other 2.2%