From c1f07a9fc4d18f35bc66b93a4219817aba70c127 Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 21 Sep 2018 15:12:38 -0500 Subject: [PATCH] BUILDING.md: Correct/update Java information - 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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index b11ab8b..5dbafd8 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -48,8 +48,9 @@ Build Requirements install the Java Developer Package, which can be downloaded from (Apple ID required.) For other systems, you can obtain the Oracle Java Development Kit from - . + . + * 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 . + can be downloaded from + . + + * If using JDK 11 or later, CMake 3.10.x or later must also be used. Out-of-Tree Builds -- 2.40.0