1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 15:47:38 +02:00

Add OSX build instructions.

(cherry picked from commit f4a2cb2b8d)
This commit is contained in:
Alejandro Wainzinger
2010-12-05 19:15:29 -08:00
parent a87868c1f5
commit d74dd577fd

25
README
View File

@@ -49,6 +49,31 @@ Now compile Tomahawk
$ make
$ ./tomahawk
Quickstart on OS X
------------------
# Install homebrew
$ ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
$ brew install qt qjson gloox libmad libvorbis flac taglib boost liblastfm
# Install libEchnoest as per the above instructions
# If liblastfm gives problems, do the below:
$ brew edit liblastfm
# change url to https://github.com/davidsansome/liblastfm/tarball/0.3.1
$ brew install liblastfm
# copy the md5 hash it gives
$ brew edit liblastfm
# replace the md5 hash with the new one you copied
$ brew install liblastfm
# Build Tomahawk
$ git clone git://github.com/tomahawk-player/tomahawk.git
$ cd tomahawk
$ mkdir build && cd build
$ cmake ..
$ make
$ open tomahawk.app
Dependencies
------------