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
path: root/HOWTO
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2012-03-02 12:21:15 +0400
committerjfrijters <jfrijters>2012-03-02 12:21:15 +0400
commit1451110294fa056db9532e4201ff71bac8bce0a3 (patch)
tree1132ca27b0785756f61b8126aa832d21ed43a5f4 /HOWTO
parent5801c3da819ad036511be308b33ebd9ee8c8ed0a (diff)
Updated.
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO7
1 files changed, 4 insertions, 3 deletions
diff --git a/HOWTO b/HOWTO
index e9aef2fc..81bfee6c 100644
--- a/HOWTO
+++ b/HOWTO
@@ -1,11 +1,11 @@
IKVM.NET Build Instructions
---------------------------
-This IKVM.NET source bundle requires OpenJDK 6 b22 sources (and build artifacts).
+This IKVM.NET source bundle requires OpenJDK 7 b147 sources (and build artifacts).
They can be downloaded from the SourceForge IKVM project, or from:
-http://www.frijters.net/openjdk6-b22-stripped.zip
+http://www.frijters.net/openjdk7-b147-stripped.zip
This file should be unzipped in the same directory as where the ikvm directory
(that contains this unzipped source bundle) lives.
@@ -13,7 +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 1.6 to the PATH.
+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.
From the ikvm directory run "nant".