summaryrefslogtreecommitdiff
path: root/README
blob: 30a94190a2a720eafa4e770f1a6357d819327d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
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