mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
8a0cee4b60
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@839 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
439 B
XML
17 lines
439 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
|
|
<filename>lib/qprintf.c</filename>,
|
|
edit the file and comment out or remove line 14: #include <config.h>
|
|
</para></note>
|
|
|
|
</sect2>
|
|
|