]> granicus.if.org Git - libjpeg-turbo/commitdiff
BUILDING.md: Update OS X Java information
authorDRC <information@libjpeg-turbo.org>
Mon, 8 Feb 2016 20:41:07 +0000 (14:41 -0600)
committerDRC <information@libjpeg-turbo.org>
Mon, 8 Feb 2016 20:41:07 +0000 (14:41 -0600)
The Apple Java Developer Package is only necessary on OS X < 10.7.
When building on Lion and later, the Oracle JDK is preferred.

BUILDING.md

index e27bff226810ac1af6994bba980b4edfe1dc6c7e..727d728fe0d40f72eb08aa843d7157b82e7b6f28 100644 (file)
@@ -42,11 +42,11 @@ Build Requirements
 
 - If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is
   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
+  Linux 5 and later, have this pre-installed.  On OS X 10.5 and 10.6, 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.
+  from http://developer.apple.com/downloads (Apple ID required.)  For other
+  systems, you can obtain the Oracle Java Development Kit from
+  http://www.java.com.
 
 
 Out-of-Tree Builds