summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-05 15:07:10 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-05 15:07:10 +0200
commitf8a701f71ed90d2f3c7a12af2cca7869fc2f7df1 (patch)
treeee939dbb7d391d4fa7e916bce03fd07499933466 /README
parent1397058efc15e9cab30c572be63b37e8af34e07a (diff)
updated dependencies requirements
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 9 insertions, 7 deletions
diff --git a/README b/README
index 59bece1a..4d040c7d 100644
--- a/README
+++ b/README
@@ -1,12 +1,14 @@
-dependencies:
- libmad
- libogg
- libvorbis
- libvorbisfile
+dependencies (player core, included support for sid, game music and chiptune music):
gtk+ 2.x (and gthread, and glib)
libsamplerate
libalsa
- libcurl (for audioscrobbler plugin)
+ libmad
+
+optional dependencies
+ libvorbis: for ogg vorbis plugin
+ libcurl: for last.fm plugin
+ libmad: for mpgmad plugin (mpeg1,2 layers1,2,3)
+ libFLAC: for flac plugin
-if you want to build from git - install automake, and run ./bootstrap.sh before compiling
+if you want to build from git - install autotools, and run ./bootstrap.sh before compiling