1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-22 21:54:00 +02:00

* Updated README to include FLAC dependency.

This commit is contained in:
Christian Muehlhaeuser
2010-11-25 11:19:44 +01:00
parent ebca511e43
commit 99b1a121b3

3
README
View File

@@ -2,7 +2,7 @@ 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 \ 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
@@ -66,6 +66,7 @@ Dependencies
libmad 0.15.1b http://www.underbit.com/products/mad/ libmad 0.15.1b http://www.underbit.com/products/mad/
libvorbis 1.2.3 http://xiph.org/vorbis/ libvorbis 1.2.3 http://xiph.org/vorbis/
libogg 1.1.4 http://xiph.org/ogg/ libogg 1.1.4 http://xiph.org/ogg/
libflac++ 1.2.0 http://flac.sourceforge.net/
liblastfm 0.3.3 http://github.com/mxcl/liblastfm/ liblastfm 0.3.3 http://github.com/mxcl/liblastfm/
libechonest 0.1.2 http://projects.kde.org/projects/playground/libs/libechonest/ libechonest 0.1.2 http://projects.kde.org/projects/playground/libs/libechonest/