Installation of libtiff
Install libtiff by running the following commands:
./configure --prefix=/usr --noninteractive \
--with-DIR_MAN=/usr/share/man --with-ZIP=yes &&
make &&
make install
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 libtiff is indeed linked
to these libraries, you can use ldd to verify
that it is indeed linked against these.