LibTIFF

Links: Homepage
Dependencies: None
Version:

LibTIFF is a library and utilities for manipulating TIFF images.

Get the Code

Switch to /usr/local/src and download the source package.

cd /usr/local/src
curl --remote-name http://download.osgeo.org/libtiff/tiff-4.0.4.tar.gz

Extract the archive and move into the folder.

tar -xzvf tiff-4.0.4.tar.gz
cd tiff-4.0.4

Compile and Install

Configure, compile and install into /usr/local/libtiff-4.0.4.

./configure --prefix=/usr/local/libtiff-4.0.4
make
make install

Create a symbolic link that points /usr/local/libtiff to /usr/local/libtiff-4.0.4.

ln -s libtiff-4.0.4 /usr/local/libtiff