mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
* Updated README.
This commit is contained in:
28
README
28
README
@@ -1,7 +1,7 @@
|
|||||||
Quickstart on Ubuntu
|
Quickstart on Ubuntu
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
sudo apt-get install build-essential cmake libtag1c2a libtag1-dev liblastfm-dev \
|
$ sudo apt-get install build-essential cmake libtag1c2a libtag1-dev liblastfm-dev \
|
||||||
libqt4-dev libqt4-sql-sqlite libvorbis-dev libmad0-dev libflac++-dev \
|
libqt4-dev libqt4-sql-sqlite libvorbis-dev libmad0-dev libflac++-dev \
|
||||||
libasound2-dev libboost-dev zlib1g-dev libgnutls-dev pkg-config
|
libasound2-dev libboost-dev zlib1g-dev libgnutls-dev pkg-config
|
||||||
|
|
||||||
@@ -49,30 +49,32 @@ Now compile Tomahawk
|
|||||||
$ make
|
$ make
|
||||||
$ ./tomahawk
|
$ ./tomahawk
|
||||||
|
|
||||||
|
|
||||||
Quickstart on OS X
|
Quickstart on OS X
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
# Install homebrew
|
# Install homebrew
|
||||||
$ ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
|
$ ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
|
||||||
$ brew install qt qjson gloox libmad libvorbis flac taglib boost liblastfm
|
$ brew install qt qjson gloox libmad libvorbis flac taglib boost liblastfm
|
||||||
|
|
||||||
# Install libEchnoest as per the above instructions
|
# Install libEchnoest as per the above instructions
|
||||||
|
|
||||||
# If liblastfm gives problems, do the below:
|
# If liblastfm gives problems, do the below:
|
||||||
$ brew edit liblastfm
|
$ brew edit liblastfm
|
||||||
# change url to https://github.com/davidsansome/liblastfm/tarball/0.3.1
|
# change url to https://github.com/davidsansome/liblastfm/tarball/0.3.1
|
||||||
$ brew install liblastfm
|
$ brew install liblastfm
|
||||||
# copy the md5 hash it gives
|
# copy the md5 hash it gives
|
||||||
$ brew edit liblastfm
|
$ brew edit liblastfm
|
||||||
# replace the md5 hash with the new one you copied
|
# replace the md5 hash with the new one you copied
|
||||||
$ brew install liblastfm
|
$ brew install liblastfm
|
||||||
|
|
||||||
# Build Tomahawk
|
# Build Tomahawk
|
||||||
$ git clone git://github.com/tomahawk-player/tomahawk.git
|
$ git clone git://github.com/tomahawk-player/tomahawk.git
|
||||||
$ cd tomahawk
|
$ cd tomahawk
|
||||||
$ mkdir build && cd build
|
$ mkdir build && cd build
|
||||||
$ cmake ..
|
$ cmake ..
|
||||||
$ make
|
$ make
|
||||||
$ open tomahawk.app
|
$ open tomahawk.app
|
||||||
|
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
|
Reference in New Issue
Block a user