windward-studios / ikvm8

Other
173 stars 36 forks source link

Windward IKVM

Build

See HOWTO for the build instructions. The quick start is

A note on using NAnt. If you encounter a System.Security.SecurityException while running nant, apply the following fix.

From stackoverflow

I found that the problem was Windows security related in that the downloaded NAnt zip file needed additional security related configuration to be performed: before extracting, one must right click on the zip file, select Properties and under the General tab, click the button labelled Unblock, the click OK on the Properties window. Now, extract the file to your desired location.

nant

Produces a release build.

nant -D:debug=true

Produces a debug build with all. pdb files in the bin folder.

Add the ikvm-key.snk to the key container

sn.exe -i ikvm-key.snk ikvm-key

And run nant

nant signed

Package NuGet