]> granicus.if.org Git - libjpeg-turbo/commitdiff
BUILDING.md: Correct/update Java information
authorDRC <information@libjpeg-turbo.org>
Fri, 21 Sep 2018 20:12:38 +0000 (15:12 -0500)
committerDRC <information@libjpeg-turbo.org>
Fri, 21 Sep 2018 20:17:27 +0000 (15:17 -0500)
- CMake 3.10.x or later must be used with JDK 11, or an error
  ("regex not supported") will occur when CMake tries to parse the Java
  version number.
- The JDK is no longer available at java.com.

BUILDING.md

index b11ab8b3286f1dee085b10d9a438a180414af6e6..5dbafd86bfe7efc4a7be8fa8fd7348341e025106 100644 (file)
@@ -48,8 +48,9 @@ Build Requirements
   install the Java Developer Package, which can be downloaded 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>.
+  <http://www.oracle.com/technetwork/java/javase/downloads>.
 
+  * If using JDK 11 or later, CMake 3.10.x or later must also be used.
 
 ### Windows
 
@@ -83,7 +84,10 @@ Build Requirements
   appropriate compiler paths automatically set.
 
 - If building the TurboJPEG Java wrapper, JDK 1.5 or later is required.  This
-  can be downloaded from <http://www.java.com>.
+  can be downloaded from
+  <http://www.oracle.com/technetwork/java/javase/downloads>.
+
+  * If using JDK 11 or later, CMake 3.10.x or later must also be used.
 
 
 Out-of-Tree Builds