Skip to content

Instantly share code, notes, and snippets.

@pwlin
Created September 9, 2012 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwlin/3683628 to your computer and use it in GitHub Desktop.
Save pwlin/3683628 to your computer and use it in GitHub Desktop.
ices install
apt-get install libshout3-dev
/etc/apt/sources.list -> deb http://www.deb-multimedia.org testing main non-free
apt-get install deb-multimedia-keyring
apt-get install libmp3lame-dev
apt-get install libxml2-dev
# wget http://downloads.us.xiph.org/releases/ices/ices-0.4.tar.gz
# tar xvzf ices-0.4.tar.gz
wget http://www.centova.com/clientdist/ices/ices-cc-0.4.3.tar.gz
tar xvzf ices-cc-0.4.3.tar.gz
./configure --with-lame --without-perl --without-python --without-flac --with-xml --prefix=/usr/local/ices
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment