mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
d374b41cdf
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1190 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
595 B
XML
19 lines
595 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>
|
|
|