version: 1.900.1 UUID
source: http://download.osgeo.org/gdal/
parallel: OK
This is a part of my UnixImageIO framework. A script is available to build the framework from sources.
The UUID source is a patched JasPer to provide support for tags in the image file for GeoJP2, much like the extra tags for the geotiff format.
In the JasPer source:
export MACOSX_DEPLOYMENT_TARGET=10.6 ./configure --enable-shared --disable-static --disable-dependency-tracking --without-x \ CFLAGS="-Os -arch i386 -arch x86_64" make sudo make install
In the JasPer source:
export MACOSX_DEPLOYMENT_TARGET=10.5 ./configure --enable-shared --disable-static --disable-dependency-tracking --without-x \ CFLAGS="-Os -arch ppc -arch i386 -arch ppc64 -arch x86_64" make sudo make install
In the JasPer source:
export MACOSX_DEPLOYMENT_TARGET=10.4 ./configure --enable-shared --disable-static --disable-dependency-tracking --without-x \ CFLAGS="-Os -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" make sudo make install
On Panther and for a generic single-arch build.
In the JasPer source:
./configure --enable-shared --disable-static --disable-dependency-tracking --without-x CFLAGS=-Os make sudo make install