what packages needed are more clarified
This commit is contained in:
parent
a11ae340cd
commit
db83a18a5a
|
@ -62,21 +62,33 @@ use your own lame libs if you like.
|
||||||
<p>
|
<p>
|
||||||
You can either
|
You can either
|
||||||
<ul>
|
<ul>
|
||||||
<li>get the RPM packages
|
<li>Download the source tarball
|
||||||
|
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.6.tar.gz">darkice-0.6.tar.gz</a>
|
||||||
|
and compile yourself. You will also need
|
||||||
|
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||||
|
(version 3.89 or above) and
|
||||||
|
<a href="http://www.xiph.org/ogg/vorbis/download.html">Ogg Vorbis</a>
|
||||||
|
libs. I used the following libs:
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://prdownloads.sourceforge.net/darkice/lame3.89beta.tar.gz">lame3.89beta.tar.gz</a>
|
||||||
|
<li><a href="http://www.vorbis.com/files/rc2/unix/libogg-1.0rc2.tar.gz">libogg-1.0rc2.tar.gz</a>
|
||||||
|
<li><a href="http://www.vorbis.com/files/rc2/unix/libvorbis-1.0rc2.tar.gz">libvorbis-1.0rc2.tar.gz</a>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Get the RPM package
|
||||||
|
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.6-1.i386.rpm">darkice-0.6-1.i386.rpm</a>,
|
||||||
|
install & enjoy.
|
||||||
|
Also install
|
||||||
|
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||||
|
(version 3.89 or above) and
|
||||||
|
<a href="http://www.xiph.org/ogg/vorbis/download.html">Ogg Vorbis</a>
|
||||||
|
packages. I used the following packages:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://prdownloads.sourceforge.net/darkice/lame-3.89beta-2.i386.rpm">lame-3.89beta-2.i386.rpm</a>
|
<li><a href="http://prdownloads.sourceforge.net/darkice/lame-3.89beta-2.i386.rpm">lame-3.89beta-2.i386.rpm</a>
|
||||||
<li><a href="http://www.vorbis.com/files/rc2/unix/libogg-1.0rc2-2.i386.rpm">libogg-1.0rc2-2.i386.rpm</a>
|
<li><a href="http://www.vorbis.com/files/rc2/unix/libogg-1.0rc2-2.i386.rpm">libogg-1.0rc2-2.i386.rpm</a>
|
||||||
<li><a href="http://www.vorbis.com/files/rc2/unix/libvorbis-1.0rc2-2.i386.rpm">libvorbis-1.0rc2-2.i386.rpm</a>
|
<li><a href="http://www.vorbis.com/files/rc2/unix/libvorbis-1.0rc2-2.i386.rpm">libvorbis-1.0rc2-2.i386.rpm</a>
|
||||||
<li><a href="http://prdownloads.sourceforge.net/darkice/darkice-0.6-1.i386.rpm">darkice-0.6-1.i386.rpm</a>
|
|
||||||
</ul>
|
</ul>
|
||||||
install & enjoy</li>
|
</li>
|
||||||
<li>download the source tarball
|
|
||||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.6.tar.gz">darkice-0.6.tar.gz</a>
|
|
||||||
and compile yourself. You will need the
|
|
||||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a> and
|
|
||||||
<a href="http://www.xiph.org/ogg/vorbis/download.html">Ogg Vorbis</a>
|
|
||||||
libs to do this.
|
|
||||||
You'll need lame 3.89 or above.
|
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
If you like to live on the edge, you can check the
|
If you like to live on the edge, you can check the
|
||||||
|
|
Loading…
Reference in New Issue