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
Table of Contents

Szip Build

version: 2.1
source: HDF Group

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.

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 (473 views) · Last modified: 2009/02/27 15:06 by kyngchaos
Copyright © 2004-2009 William Kyngesburye Driven by DokuWiki Recent changes RSS feed