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

Szip Build

version: 2.1
source: HDF Group

parallel: OK

Szip encoding requires a license for commercial use. If you have a license, or are using szip for non-commercial, educational, research or internal uses, you can enable encoding as described below.

Snow Leopard

In the szip source:

export MACOSX_DEPLOYMENT_TARGET=10.6
./configure --disable-dependency-tracking --disable-encoding \
CFLAGS="-Os -arch i386 -arch x86_64"
make
sudo make install

To enable encoding, remove --disable-encoding from the configure line above.

Leopard

In the szip source:

export MACOSX_DEPLOYMENT_TARGET=10.5
./configure --disable-dependency-tracking --disable-encoding \
CFLAGS="-Os -arch ppc -arch i386 -arch ppc64 -arch x86_64"
make
sudo make install

To enable encoding, remove --disable-encoding from the configure line above.

Tiger

In the libgd source:

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

To enable encoding, remove --disable-encoding from the configure line above.

Panther

In the szip source:

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

To enable encoding, remove --disable-encoding from the configure line above.

macosx/build/szip.txt · Last modified: 2010/07/26 17:46 by kyngchaos
Copyright © 2004-2010 William Kyngesburye Driven by DokuWiki Recent changes RSS feed