mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-11 05:44:38 +08:00
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>
|