summaryrefslogtreecommitdiff
path: root/README
blob: a9696837edd2065385b4ada555dc50e1ee4f0374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dependencies:
    libmad
    libogg
    libvorbis
    libvorbisfile
    gtk+ 2.x (and gthread, and glib)
    libsamplerate
    libalsa
    libcurl (for audioscrobbler plugin)

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