is suggested that you install Apple GCC v4.2 through MacPorts.
-- If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is
- required. Some systems, such as OS X 10.4, Solaris 10 and later, and Red
- Hat Enterprise Linux 5 and later, have this pre-installed. On OS X 10.5 and
- later, it will be necessary to install the Java Developer Package, which can
- be downloaded from http://developer.apple.com/downloads (Apple ID required.)
- For systems that do not have a JDK installed, you can obtain the Oracle Java
- Development Kit from http://www.java.com.
+ required. Some systems, such as Solaris 10 and later and Red Hat Enterprise
+ Linux 5 and later, have this pre-installed. On OS X 10.5 and later, it will
+ be necessary to install the Java Developer Package, which can be downloaded
+ from http://developer.apple.com/downloads (Apple ID required.) For systems
+ that do not have a JDK installed, you can obtain the Oracle Java Development
+ Kit from http://www.java.com.
==================
libturbojpeg.a
Static link library for the TurboJPEG API
- libturbojpeg.so.0.0.0 (Linux, Unix)
- libturbojpeg.0.0.0.dylib (OS X)
+ libturbojpeg.so.0.1.0 (Linux, Unix)
+ libturbojpeg.0.1.0.dylib (OS X)
cygturbojpeg-0.dll (Cygwin)
Shared library for the TurboJPEG API
Add
--host x86_64-apple-darwin NASM=/opt/local/bin/nasm \
- CFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
- -mmacosx-version-min=10.4 -O3' \
- LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
- -mmacosx-version-min=10.4'
+ CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk \
+ -mmacosx-version-min=10.5 -O3' \
+ LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk \
+ -mmacosx-version-min=10.5'
-to the configure command line. The OS X 10.4 SDK, and NASM 2.07 or later from
+to the configure command line. The OS X 10.5 SDK, and NASM 2.07 or later from
MacPorts, must be installed.
Add
--host i686-apple-darwin \
- CFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
- -mmacosx-version-min=10.4 -O3 -m32' \
- LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
- -mmacosx-version-min=10.4 -m32'
+ CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk \
+ -mmacosx-version-min=10.5 -O3 -m32' \
+ LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk \
+ -mmacosx-version-min=10.5 -m32'
-to the configure command line. The OS X 10.4 SDK must be installed.
+to the configure command line. The OS X 10.5 SDK must be installed.
64-bit Library Build on 64-bit Solaris