2002-10-17 09:57:28 +08:00
|
|
|
<sect2>
|
2003-09-25 10:15:17 +08:00
|
|
|
<title>Installation of <application>Avifile</application></title>
|
2002-10-17 09:57:28 +08:00
|
|
|
|
2003-09-25 10:15:17 +08:00
|
|
|
<para>Install <application>Avifile</application> by running the
|
|
|
|
following commands:</para>
|
2003-09-05 06:39:32 +08:00
|
|
|
<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 &&
|
2002-10-17 09:57:28 +08:00
|
|
|
make &&
|
2003-09-05 06:39:32 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-10-17 09:57:28 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|