mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
d50ef4c586
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1028 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
594 B
XML
18 lines
594 B
XML
<sect2>
|
|
<title>Installation of <application>avifile</application></title>
|
|
|
|
<para>Install <application>avifile</application> by running the following commands:</para>
|
|
<screen><userinput><command>install -d /usr/lib/avifile-0.7/win32 &&
|
|
tar xzvf ../binaries-011002.tgz -C /usr/lib/avifile-0.7 &&
|
|
./autogen.sh &&
|
|
./configure &&
|
|
make maintainer-clean &&
|
|
./autogen.sh &&
|
|
./configure --prefix=/usr --with-qt-prefix=/opt/qt \
|
|
--with-win32-path=/usr/lib/avifile-0.7/win32 &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|