glfs/multimedia/libdriv/libvorbis/libvorbis-inst.xml
Igor Živković e6e27f8aba moved libogg and libvorbis to their respective directories
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1280 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-03 06:44:36 +00:00

23 lines
727 B
XML

<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>