Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Install on Debian 8. Update / Upgrade first
- #-----
- apt-get update
- apt-get upgrade -y
- #Install C compiler and the prerequisites
- #----
- apt-get install build-essential
- apt-get install curl libvorbis-dev libxslt-dev libxslt1.1
- #Install Icecast
- #----
- wget http://downloads.xiph.org/releases/icecast/icecast-2.4.3.tar.gz
- tar -zxf icecast-2.4.3.tar.gz
- cd icecast-2.4.3
- ./configure
- make
- make install
Advertisement
Add Comment
Please, Sign In to add comment