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.8.tar.gz
Extract the archive and move into the folder.
tar -xzvf tiff-4.0.8.tar.gz
cd tiff-4.0.8
Compile and Install
Configure, compile and install into /usr/local/mac-dev-env/libtiff-4.0.8
.
./configure --prefix=/usr/local/mac-dev-env/libtiff-4.0.8
make
make install
Create a symbolic link to /usr/local/libtiff
.
ln -s mac-dev-env/libtiff-4.0.8 /usr/local/libtiff