summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-19 22:45:01 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-19 22:45:01 +0200
commit2f34377d0352ed5aae777f813bbbadcffacbb579 (patch)
tree17498521f4349cf16af4d47940bccb2885eb9727 /README
parent49875b085e4c1fa6881a54b482e8439fc1c6daa9 (diff)
passed make distcheck; 0.1.0 release
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
+