mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
16 lines
417 B
XML
16 lines
417 B
XML
|
<sect2>
|
||
|
<title>Installation of libungif</title>
|
||
|
|
||
|
<para>Install libungif by running the following commands:</para>
|
||
|
|
||
|
<para><screen><userinput>./configure --prefix=/usr &&
|
||
|
make &&
|
||
|
make install</userinput></screen></para>
|
||
|
|
||
|
<note><para>If you get an error during the make portion compiling lib/qprinf.c,
|
||
|
edit the file and comment out or remove line 14: #include <config.h>
|
||
|
</para></note>
|
||
|
|
||
|
</sect2>
|
||
|
|