Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2015-06-25 16:13:39 +0300
committerjfrijters <jfrijters>2015-06-25 16:13:39 +0300
commit4324ccfcad24329934a430d4700cd6370a7a3a02 (patch)
tree0d1ce505d72fa940241589b10f2c119387f98ddc
parentc857637a6100caeec7d105ca1162d9c4d447973d (diff)
Updated reference to OpenJDK 8u45.
-rw-r--r--HOWTO8
1 files changed, 4 insertions, 4 deletions
diff --git a/HOWTO b/HOWTO
index 1d2e5e8b..1a244122 100644
--- a/HOWTO
+++ b/HOWTO
@@ -1,11 +1,11 @@
IKVM.NET Build Instructions
---------------------------
-This IKVM.NET source bundle requires OpenJDK 7u6 b24 sources (and build artifacts).
+This IKVM.NET source bundle requires OpenJDK 8u45 b14 sources (and build artifacts).
They can be downloaded from the SourceForge IKVM project, or from:
-http://www.frijters.net/openjdk-7u6-b24-stripped.zip
+http://www.frijters.net/openjdk-8u45-b14-stripped.zip
This file should be unzipped in the same directory as where the ikvm directory
(that contains this unzipped source bundle) lives.
@@ -13,8 +13,8 @@ This file should be unzipped in the same directory as where the ikvm directory
Download ICSharpCode.SharpZipLib.dll (from http://www.icsharpcode.net/opensource/sharpziplib/
or from the ikvmbin-x.y.z.r.zip in the SourceForge IKVM project) and copy it to ikvm/bin.
-Add the bin directory of NAnt 0.85 and JDK 7 to the PATH. It is recommend to use the 64 bit
-version of Java 7.
+Add the bin directory of NAnt 0.85 and JDK 8 to the PATH. Java 8 is required to build
+the Java class library. It is recommend to use the 64 bit version.
From the ikvm directory run "nant".