# Note: depends on libxslt # Note: depends on libvorbis wget -c http://downloads.xiph.org/releases/icecast/icecast-2.4.4.tar.gz tar -xzf icecast-2.4.4.tar.gz cd icecast-2.4.4 mkdir -p build cd build ../configure --prefix="/usr" --sysconfdir="/etc" make # Doesn't mind -j# make install