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.3.tar.gz

Extract the archive and move into the folder.

tar -xzvf tiff-4.0.3.tar.gz
cd tiff-4.0.3

Compile and Install

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

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

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

ln -s libtiff-4.0.3 /usr/local/libtiff