2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
2003-09-15 04:28:20 +08:00
|
|
|
<title>Installation of <application>libungif</application></title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-15 04:28:20 +08:00
|
|
|
<para>Install <application>libungif</application> by running the following
|
|
|
|
commands:</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-15 04:28:20 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
2002-07-08 04:28:42 +08:00
|
|
|
make &&
|
2003-09-15 04:28:20 +08:00
|
|
|
make install</userinput></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-04-10 06:30:49 +08:00
|
|
|
<note><para>If you get an error during the make portion compiling
|
|
|
|
<filename>lib/qprintf.c</filename>,
|
2002-07-08 04:28:42 +08:00
|
|
|
edit the file and comment out or remove line 14: #include <config.h>
|
|
|
|
</para></note>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|