<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Building</title><link>https://sourceforge.net/p/ikvm/wiki/Building/</link><description>Recent changes to Building</description><atom:link href="https://sourceforge.net/p/ikvm/wiki/Building/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 29 Jun 2014 06:24:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ikvm/wiki/Building/feed" rel="self" type="application/rss+xml"/><item><title>Building modified by Small SQL</title><link>https://sourceforge.net/p/ikvm/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -9,7 +9,7 @@
   * Checkout the module ikvm from the CVS repository. A description for the checkout can you find in [sourceforge](https://sourceforge.net/scm/?type=cvs&amp;amp;group_id=69637). You may want to check out a specific revision, for example 0.40. 
   * Install the build tool NANT. You can [download](https://sourceforge.net/project/showfiles.php?group_id=31650) it from SourceForge. I am using version 0.85 but newer and older versions are possible. 
   * Install Java 7 (64 bit recommended), and make sure that your PATH and JAVA_HOME environment variables point to the Java installation. 
-  * Download the openjdk7-bxxx-stripped.zip file that is currently in use. 
+  * Download the openjdk7-bxxx-stripped.zip file that is currently in use. For a release you find it in the [download area](https://sourceforge.net/projects/ikvm/files/ikvm/). For the HEAD you can find it the [news area](http://weblog.ikvm.net/). 
   * See ikvm/HOWTO for up-to-date and/or additional build instructions.

 Extract the content of the zip file parallel to the ikvm module. This zip file is a subset of the public available OpenJDK download. But it include also many with make generated *.java files. In the original OpenJDK download you have only the make files. In some rare conditions if you work with the MAIN (trunk) it can be needed to extends it with more files from the original OpenJDK. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Small SQL</dc:creator><pubDate>Sun, 29 Jun 2014 06:24:37 -0000</pubDate><guid>https://sourceforge.netae31e3eb564460e98e01483e52922830483d6bfd</guid></item><item><title>Building modified by Jeroen Frijters</title><link>https://sourceforge.net/p/ikvm/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -8,11 +8,13 @@

   * Checkout the module ikvm from the CVS repository. A description for the checkout can you find in [sourceforge](https://sourceforge.net/scm/?type=cvs&amp;amp;group_id=69637). You may want to check out a specific revision, for example 0.40. 
   * Install the build tool NANT. You can [download](https://sourceforge.net/project/showfiles.php?group_id=31650) it from SourceForge. I am using version 0.85 but newer and older versions are possible. 
-  * Install Java 6, and make sure that your PATH and JAVA_HOME environment variables point to the Java 6 installation. 
-  * Download the latest classpath-x.xx-stripped.zip file. You can find the latest download link in the [news area](http://weblog.ikvm.net/) of IKVM.NET. [classpath-0.95-stripped.zip](http://www.frijters.net/classpath-0.95-stripped.zip) is the current file. Extract the content of the zip file parallel to the ikvm module. 
-  * Download the latest openjdk6-bxx-stripped.zip file. You can find the latest download link in the [news area](http://weblog.ikvm.net/) of IKVM.NET. [openjdk6-b16-stripped.zip](http://www.frijters.net/openjdk6-b16-stripped.zip) is the current file. Extract the content of the zip file parallel to the ikvm module. This zip file is a subset of the public available OpenJDK download. But it include also many with make generated *.java files. In the original OpenJDK download you have only the make files. In some rare conditions if you work with the MAIN (trunk) it can be needed to extends it with more files from the original OpenJDK. 
+  * Install Java 7 (64 bit recommended), and make sure that your PATH and JAVA_HOME environment variables point to the Java installation. 
+  * Download the openjdk7-bxxx-stripped.zip file that is currently in use. 
+  * See ikvm/HOWTO for up-to-date and/or additional build instructions. 

-When you have done this, you will typically have a directory such as e:/my-ikvm with three subdirectories, called "ikvm", "classpath-0.95", and "openjdk6-b12" or equivalent. 
+Extract the content of the zip file parallel to the ikvm module. This zip file is a subset of the public available OpenJDK download. But it include also many with make generated *.java files. In the original OpenJDK download you have only the make files. In some rare conditions if you work with the MAIN (trunk) it can be needed to extends it with more files from the original OpenJDK. 
+
+When you have done this, you will typically have a directory such as e:/my-ikvm with two subdirectories, called "ikvm" and "openjdk7-bxxx" or equivalent. Please note that your directory name should not have spaces in it. 

 ## Windows

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeroen Frijters</dc:creator><pubDate>Sun, 29 Jun 2014 06:24:36 -0000</pubDate><guid>https://sourceforge.netaf5d666ab7c6ccf1c5917006f1142b2e39854e49</guid></item><item><title>Building modified by Michael Kay</title><link>https://sourceforge.net/p/ikvm/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -86,6 +86,6 @@

 By default the build creates DLLs that are not strong-named. If you want to issue the DLLs, they need to be strong-named. 

-Toe achieve this you can either install a key in named key container ("ikvm-key") or edit the ikvm.build file to replace "ikvm-key" with your named key container (you can use "sn -i &amp;lt;keyfile&amp;gt; &amp;lt;container&amp;gt;" to install a key into a named container). 
+To achieve this you can either install a key in named key container ("ikvm-key") or edit the ikvm.build file to replace "ikvm-key" with your named key container (you can use "sn -i &amp;lt;keyfile&amp;gt; &amp;lt;container&amp;gt;" to install a key into a named container). 

 After that do a "nant clean" followed by "nant signed" to do a strong-named build (also from the top level directory). 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Kay</dc:creator><pubDate>Sun, 29 Jun 2014 06:24:36 -0000</pubDate><guid>https://sourceforge.net5dac93eec7ccd8dcb73ff7220b85c4a3e83e57c1</guid></item><item><title>Building modified by Michael Kay</title><link>https://sourceforge.net/p/ikvm/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -81,3 +81,11 @@
 ## Linux

 TODO 
+
+# Creating strong-named assemblies
+
+By default the build creates DLLs that are not strong-named. If you want to issue the DLLs, they need to be strong-named. 
+
+Toe achieve this you can either install a key in named key container ("ikvm-key") or edit the ikvm.build file to replace "ikvm-key" with your named key container (you can use "sn -i &amp;lt;keyfile&amp;gt; &amp;lt;container&amp;gt;" to install a key into a named container). 
+
+After that do a "nant clean" followed by "nant signed" to do a strong-named build (also from the top level directory). 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Kay</dc:creator><pubDate>Sun, 29 Jun 2014 06:24:36 -0000</pubDate><guid>https://sourceforge.net6c778c5929e7f2fa57caf07003df92c698faaf91</guid></item><item><title>Building modified by Michael Kay</title><link>https://sourceforge.net/p/ikvm/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -2,31 +2,35 @@

 # Building IKVM.NET from Repository

-If you want build IKVM then you need start with general and continue with the chapter of your OS. 
+If you want build IKVM then you need start with the steps listed under **general**, and continue with the steps in the section specific to your operating system. 

 ## General

-  * Checkout the module ikvm from the CVS repository. A description for the checkout can you find in [sourceforge](https://sourceforge.net/scm/?type=cvs&amp;amp;group_id=69637)
-  * Install the build tool NANT. You can [download](https://sourceforge.net/project/showfiles.php?group_id=31650) it from sourceforge. I am use version 0.85 but newer and older versions are possible. 
-  * Install Java 6 
+  * Checkout the module ikvm from the CVS repository. A description for the checkout can you find in [sourceforge](https://sourceforge.net/scm/?type=cvs&amp;amp;group_id=69637). You may want to check out a specific revision, for example 0.40. 
+  * Install the build tool NANT. You can [download](https://sourceforge.net/project/showfiles.php?group_id=31650) it from SourceForge. I am using version 0.85 but newer and older versions are possible. 
+  * Install Java 6, and make sure that your PATH and JAVA_HOME environment variables point to the Java 6 installation. 
   * Download the latest classpath-x.xx-stripped.zip file. You can find the latest download link in the [news area](http://weblog.ikvm.net/) of IKVM.NET. [classpath-0.95-stripped.zip](http://www.frijters.net/classpath-0.95-stripped.zip) is the current file. Extract the content of the zip file parallel to the ikvm module. 
   * Download the latest openjdk6-bxx-stripped.zip file. You can find the latest download link in the [news area](http://weblog.ikvm.net/) of IKVM.NET. [openjdk6-b16-stripped.zip](http://www.frijters.net/openjdk6-b16-stripped.zip) is the current file. Extract the content of the zip file parallel to the ikvm module. This zip file is a subset of the public available OpenJDK download. But it include also many with make generated *.java files. In the original OpenJDK download you have only the make files. In some rare conditions if you work with the MAIN (trunk) it can be needed to extends it with more files from the original OpenJDK. 

+When you have done this, you will typically have a directory such as e:/my-ikvm with three subdirectories, called "ikvm", "classpath-0.95", and "openjdk6-b12" or equivalent. 
+
 ## Windows

-You must have installed the .NET 2.0 framework. But you need a little more. Depending of your software there are multiple possible steps. 
+You must have installed the .NET 2.0 framework. But you need a little more. In particular, you need to set a number of environment variables correctly. An easy way to achieve this is via the batch scripts that come with Visual Studio. 
+
+Depending of your software there are multiple possible steps. 

 ### **Visual Studio**

-With this tool is it very simple but it is not free. You need version 2005 or higher. 
+With this tool things are very simple, but the software is not free. You need version 2005 or higher. 

-  * Start the Visual Studio Command Prompt. This is a link to a batch file that set many enviroment variables. 
+  * Start the Visual Studio Command Prompt. This is a link to a batch file that sets the required enviroment variables. 
   * Change the directory to the root of ikvm 
   * call "nant" in the console 

 ### **Visual Studio Express**

-Because there is a C# and a C part you need Visual Studio Express for C# and Visual Studio Express for C. You can download and use it for free. Then you need to create batch file for starting. It can look like: 
+Because there is a C# and a C part you need Visual Studio Express for C# and Visual Studio Express for C. You can download and use it for free. Then you need to create a batch file for starting. It can look like: 

     @SET VSINSTALLDIR=C:\Programme\Microsoft Visual Studio 9.0\Common7\IDE
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Kay</dc:creator><pubDate>Sun, 29 Jun 2014 06:24:36 -0000</pubDate><guid>https://sourceforge.netce8258d0dfe2022089651e7e8ef9d901da7c010f</guid></item><item><title>Building modified by Small SQL</title><link>https://sourceforge.net/p/ikvm/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -14,6 +14,66 @@

 ## Windows

+You must have installed the .NET 2.0 framework. But you need a little more. Depending of your software there are multiple possible steps. 
+
+### **Visual Studio**
+
+With this tool is it very simple but it is not free. You need version 2005 or higher. 
+
+  * Start the Visual Studio Command Prompt. This is a link to a batch file that set many enviroment variables. 
+  * Change the directory to the root of ikvm 
+  * call "nant" in the console 
+
+### **Visual Studio Express**
+
+Because there is a C# and a C part you need Visual Studio Express for C# and Visual Studio Express for C. You can download and use it for free. Then you need to create batch file for starting. It can look like: 
+    
+    
+    @SET VSINSTALLDIR=C:\Programme\Microsoft Visual Studio 9.0\Common7\IDE
+    @SET VCINSTALLDIR=C:\Programme\Microsoft Visual Studio 9.0
+    @SET FrameworkDir=C:\WINDOWS\Microsoft.NET\Framework
+    @SET FrameworkVersion=v3.5
+    @SET FrameworkSDKDir=C:\Programme\Microsoft Visual Studio 9.0\SDK\v3.5
+    @rem Root of Visual Studio common files.
+    
+    @if "%VSINSTALLDIR%"=="" goto Usage
+    @if "%VCINSTALLDIR%"=="" set VCINSTALLDIR=%VSINSTALLDIR%
+    
+    @rem
+    @rem Root of Visual Studio ide installed files.
+    @rem
+    @set DevEnvDir=%VSINSTALLDIR%
+    
+    @rem
+    @rem Root of Visual C++ installed files.
+    @rem
+    @set MSVCDir=C:\Programme\Microsoft Visual Studio Studio 9.0\VC7
+    
+    @rem
+    @echo Setting environment for using Microsoft Visual Studio 9.0 tools.
+    @echo (If you have another version of Visual Studio or Visual C++ installed and wish
+    @echo to use its tools from the command line, run vcvars32.bat for that version.)
+    @rem
+    
+    @REM %VCINSTALLDIR%\Common7\Tools dir is added only for real setup.
+    
+    @set PATH=%DevEnvDir%;%MSVCDir%\BIN;%MSVCDir%\..\Common7\IDE;%VCINSTALLDIR%\Common7\Tools;%VCINSTALLDIR%\Common7\Tools\bin;%FrameworkSDKDir%\bin;%FrameworkDir%\%FrameworkVersion%;%FrameworkDir%\v2.0.50727;%PATH%;
+    @set INCLUDE=%MSVCDir%\ATLMFC\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\PlatformSDK\include;%INCLUDE%
+    @set LIB=%MSVCDir%\ATLMFC\LIB;%MSVCDir%\LIB;%MSVCDir%\PlatformSDK\lib;%LIB%
+    
+    @goto end
+    
+    :Usage
+    
+    @echo. VSINSTALLDIR variable is not set. 
+    @echo.
+    @echo SYNTAX: %0
+    
+    @goto end
+    
+    :end
+    
+
 ## Linux

 TODO 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Small SQL</dc:creator><pubDate>Sun, 29 Jun 2014 06:24:36 -0000</pubDate><guid>https://sourceforge.net36cdad5bf1d98d1a9be91c92f559729faf03d1f2</guid></item><item><title>Building modified by Small SQL</title><link>https://sourceforge.net/p/ikvm/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -8,6 +8,7 @@

   * Checkout the module ikvm from the CVS repository. A description for the checkout can you find in [sourceforge](https://sourceforge.net/scm/?type=cvs&amp;amp;group_id=69637)
   * Install the build tool NANT. You can [download](https://sourceforge.net/project/showfiles.php?group_id=31650) it from sourceforge. I am use version 0.85 but newer and older versions are possible. 
+  * Install Java 6 
   * Download the latest classpath-x.xx-stripped.zip file. You can find the latest download link in the [news area](http://weblog.ikvm.net/) of IKVM.NET. [classpath-0.95-stripped.zip](http://www.frijters.net/classpath-0.95-stripped.zip) is the current file. Extract the content of the zip file parallel to the ikvm module. 
   * Download the latest openjdk6-bxx-stripped.zip file. You can find the latest download link in the [news area](http://weblog.ikvm.net/) of IKVM.NET. [openjdk6-b16-stripped.zip](http://www.frijters.net/openjdk6-b16-stripped.zip) is the current file. Extract the content of the zip file parallel to the ikvm module. This zip file is a subset of the public available OpenJDK download. But it include also many with make generated *.java files. In the original OpenJDK download you have only the make files. In some rare conditions if you work with the MAIN (trunk) it can be needed to extends it with more files from the original OpenJDK. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Small SQL</dc:creator><pubDate>Sun, 29 Jun 2014 06:24:36 -0000</pubDate><guid>https://sourceforge.neta45e12da660e68adabbd38c07c9882929723628b</guid></item><item><title>Building modified by Small SQL</title><link>https://sourceforge.net/p/ikvm/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -8,8 +8,8 @@

   * Checkout the module ikvm from the CVS repository. A description for the checkout can you find in [sourceforge](https://sourceforge.net/scm/?type=cvs&amp;amp;group_id=69637)
   * Install the build tool NANT. You can [download](https://sourceforge.net/project/showfiles.php?group_id=31650) it from sourceforge. I am use version 0.85 but newer and older versions are possible. 
-  * Download the latest classpath-x.xx-stripped.zip file. You can find the latest download link in the [news area](http://weblog.ikvm.net/) of IKVM.NET. This is the current file [classpath-0.95-stripped.zip](http://www.frijters.net/classpath-0.95-stripped.zip) file. Extract the content of the zip file parallel to the ikvm module. 
-  * Download and extract the OpenJDK snapshot 
+  * Download the latest classpath-x.xx-stripped.zip file. You can find the latest download link in the [news area](http://weblog.ikvm.net/) of IKVM.NET. [classpath-0.95-stripped.zip](http://www.frijters.net/classpath-0.95-stripped.zip) is the current file. Extract the content of the zip file parallel to the ikvm module. 
+  * Download the latest openjdk6-bxx-stripped.zip file. You can find the latest download link in the [news area](http://weblog.ikvm.net/) of IKVM.NET. [openjdk6-b16-stripped.zip](http://www.frijters.net/openjdk6-b16-stripped.zip) is the current file. Extract the content of the zip file parallel to the ikvm module. This zip file is a subset of the public available OpenJDK download. But it include also many with make generated *.java files. In the original OpenJDK download you have only the make files. In some rare conditions if you work with the MAIN (trunk) it can be needed to extends it with more files from the original OpenJDK. 

 ## Windows

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Small SQL</dc:creator><pubDate>Sun, 29 Jun 2014 06:24:36 -0000</pubDate><guid>https://sourceforge.netad4ebca4c59afab36b5df52f4942b4e4b095c4e2</guid></item><item><title>Building modified by Small SQL</title><link>https://sourceforge.net/p/ikvm/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -7,8 +7,8 @@
 ## General

   * Checkout the module ikvm from the CVS repository. A description for the checkout can you find in [sourceforge](https://sourceforge.net/scm/?type=cvs&amp;amp;group_id=69637)
-  * Install the build tool NANT. You can [download](https://sourceforge.net/project/showfiles.php?group_id=31650) it from sourceforge. 
-  * Download and extract the classpath snapshot 
+  * Install the build tool NANT. You can [download](https://sourceforge.net/project/showfiles.php?group_id=31650) it from sourceforge. I am use version 0.85 but newer and older versions are possible. 
+  * Download the latest classpath-x.xx-stripped.zip file. You can find the latest download link in the [news area](http://weblog.ikvm.net/) of IKVM.NET. This is the current file [classpath-0.95-stripped.zip](http://www.frijters.net/classpath-0.95-stripped.zip) file. Extract the content of the zip file parallel to the ikvm module. 
   * Download and extract the OpenJDK snapshot 

 ## Windows
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Small SQL</dc:creator><pubDate>Sun, 29 Jun 2014 06:24:36 -0000</pubDate><guid>https://sourceforge.net26cf3e172c423d0668b0383da734ceb39bb2263b</guid></item><item><title>Building modified by Small SQL</title><link>https://sourceforge.net/p/ikvm/wiki/Building/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#building-ikvmnet-from-repository"&gt;Building IKVM.NET from Repository&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#general"&gt;General&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#windows"&gt;Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#linux"&gt;Linux&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="building-ikvmnet-from-repository"&gt;Building IKVM.NET from Repository&lt;/h1&gt;
&lt;p&gt;If you want build IKVM then you need start with general and continue with the chapter of your OS. &lt;/p&gt;
&lt;h2 id="general"&gt;General&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Checkout the module ikvm from the CVS repository. A description for the checkout can you find in &lt;a class="" href="https://sourceforge.net/scm/?type=cvs&amp;amp;group_id=69637"&gt;sourceforge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install the build tool NANT. You can &lt;a class="" href="https://sourceforge.net/project/showfiles.php?group_id=31650"&gt;download&lt;/a&gt; it from sourceforge. &lt;/li&gt;
&lt;li&gt;Download and extract the classpath snapshot &lt;/li&gt;
&lt;li&gt;Download and extract the OpenJDK snapshot &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="windows"&gt;Windows&lt;/h2&gt;
&lt;h2 id="linux"&gt;Linux&lt;/h2&gt;
&lt;p&gt;TODO &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Small SQL</dc:creator><pubDate>Sun, 29 Jun 2014 06:24:36 -0000</pubDate><guid>https://sourceforge.netb5e990cd8cb1b7da05990be3640100ab8d11b22a</guid></item></channel></rss>