Kyng Chaos
“The beast is actively interested only in now, and, as it is always now and always shall be, there is an eternity of time for the accomplishment of objects.”
- the wisdom of Tarzan

GeoTIFF Build

version: 1.2.5
source: http://trac.osgeo.org/geotiff/

This is a part of my UnixImageIO framework. A script is available to build the framework from sources.

Snow Leopard

in geotiff source dir:

export MACOSX_DEPLOYMENT_TARGET=10.6
./configure CFLAGS="-Os -arch i386 -arch x86_64"
make
sudo make install

Leopard

in geotiff source dir:

export MACOSX_DEPLOYMENT_TARGET=10.5
./configure CFLAGS="-Os -arch ppc -arch i386 -arch ppc64 -arch x86_64"
make
sudo make install

Tiger

in geotiff source dir:

export MACOSX_DEPLOYMENT_TARGET=10.4
./configure CFLAGS="-Os -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
make
sudo make install

Panther

On Panther and for a generic single-arch build.

in giflib source dir:

./configure --disable-dependency-tracking CFLAGS=-Os
make
sudo make install

With Frameworks

To use the UnixImageIO and PROJ Unix Compatibility Frameworks instead of /usr/local libraries, insert these lines right after './configure' (make sure to leave a space after configure):

--with-proj=/Library/Frameworks/PROJ.framework/unix \
--with-jpeg=/Library/Frameworks/UnixImageIO.framework/unix \
--with-libtiff=/Library/Frameworks/UnixImageIO.framework/unix 
macosx/build/geotiff.txt (1368 views) · Last modified: 2010/01/13 18:17 by kyngchaos
Copyright © 2004-2009 William Kyngesburye Driven by DokuWiki Recent changes RSS feed