summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index e69de29b..30a94190 100644
--- a/README
+++ b/README
@@ -0,0 +1,12 @@
+dependencies:
+ libmad
+ libogg
+ libvorbis
+ libvorbisfile
+ gtk+ 2.x (and gthread, and glib)
+ libsamplerate
+ libalsa
+
+if you want to build from git - install automake, and run ./bootstrap.sh before compiling
+also it's convenient to use jam to build instead of ./configure && make && make install
+