mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 09:07:30 +08:00
80aaa14a38
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1819 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
445 B
XML
14 lines
445 B
XML
<sect2>
|
|
<title>Installation of <application>XviD</application></title>
|
|
|
|
<para>Install <application>XviD</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>cd build/generic &&
|
|
./configure --prefix=/usr &&
|
|
make &&
|
|
make install &&
|
|
ln -s libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &&
|
|
ln -s libxvidcore.so.4 /usr/lib/libxvidcore.so</command></userinput></screen>
|
|
|
|
</sect2>
|