2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
2003-06-14 07:49:14 +08:00
|
|
|
<title>Installation of <application>libtiff</application></title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-06-14 07:49:14 +08:00
|
|
|
<para>Install <application>libtiff</application> by running the following commands:</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-10-10 09:13:11 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --noninteractive \
|
2004-03-13 23:08:51 +08:00
|
|
|
--with-DIR_MAN=/usr/share/man \
|
|
|
|
--with-ZIP=yes --with-DIR_GZLIB=/usr/lib &&
|
2002-07-08 04:28:42 +08:00
|
|
|
make &&
|
2003-09-28 02:46:10 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-02-20 13:47:40 +08:00
|
|
|
<note><para>configure prints a false error message that it is unable
|
|
|
|
to find the library directories for ZIP (and JPEG) support. Ignore
|
|
|
|
them. To verify that <filename>libtiff</filename> is indeed linked
|
|
|
|
to these libraries, you can use <command>ldd</command> to verify
|
|
|
|
that it is indeed linked against these.</para></note>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect2>
|