mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 01:27:16 +08:00
13 lines
319 B
XML
13 lines
319 B
XML
|
<sect2>
|
||
|
<title>Installation of libtiff</title>
|
||
|
|
||
|
<para>Install libtiff by running the following commands:</para>
|
||
|
|
||
|
<para><screen><userinput>./configure --prefix=/usr --noninteractive \
|
||
|
--with-GCOPTS="$CFLAGS" --with-DIR_MAN=/usr/share/man &&
|
||
|
make &&
|
||
|
make install</userinput></screen></para>
|
||
|
|
||
|
</sect2>
|
||
|
|