glfs/multimedia/libdriv/libvorbis/libvorbis-inst.xml

23 lines
727 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>libvorbis</application></title>
<para>Install <application>libvorbis</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<para><application>libvorbis</application> is known to cause compiler errors
on certain machines. If you get errors, try these commands to install libvorbis:
</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
cd lib &amp;&amp;
cp Makefile Makefile.bak &amp;&amp;
sed s/-mno-ieee-fp// Makefile.bak > Makefile &amp;&amp;
cd .. &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>