| View previous topic :: View next topic |
| Author |
Message |
kai4711
Joined: 21 Nov 2007 Posts: 30
|
Posted: Sat Jun 28, 2008 2:39 pm Post subject: 2.3.2 apt-get repository |
|
|
Hi guys,
does someone know a debian apt-get repository which includes 2.3.2?
Couldnt find anything on apt-get.org
Thanks,
Kai |
|
| Back to top |
|
 |
kai4711
Joined: 21 Nov 2007 Posts: 30
|
Posted: Mon Jun 30, 2008 10:02 pm Post subject: |
|
|
| no ideas? |
|
| Back to top |
|
 |
ralawa
Joined: 12 Aug 2008 Posts: 7
|
|
| Back to top |
|
 |
Will
Joined: 15 Nov 2007 Posts: 15
|
Posted: Tue Oct 07, 2008 6:05 am Post subject: |
|
|
If you are running Ubuntu;
Simply make sure you have the dependencies installed as per the Documentation; http://www.icecast.org/docs/icecast-2.3.2/
| Code: |
sudo apt-get install libxslt1.1 libxml2 curl libogg0
|
Then, I'd suggest,
| Code: |
sudo apt-get install checkinstall
wget http://downloads.xiph.org/releases/icecast/icecast-2.3.2.tar.gz
tar -xvf icecast-2.3.2.tar.gz
./configure
make
sudo checkinstall
|
After the checkinstall command, follow the prompts, just choosing the defaults, and you'll have installed Icecast & created a deb to uninstall from.
Happy Icecasting! |
|
| Back to top |
|
 |
|