mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
e6e27f8aba
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1280 af4574ff-66df-0310-9fd7-8a98e5e911e0
23 lines
727 B
XML
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 &&
|
|
make &&
|
|
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 &&
|
|
cd lib &&
|
|
cp Makefile Makefile.bak &&
|
|
sed s/-mno-ieee-fp// Makefile.bak > Makefile &&
|
|
cd .. &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|