summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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