Compile the code without Visual Studio

You can easily compile Evemon yourself without having to install any fancy software. First get hold of the source for the trunk, see the first part (Checking out EVEMon) of the EvemonRepository guide.

Now from a command prompt type

cd C:\WINDOWS\Microsoft.NETFramework\v2.0.50727
msbuild.exe *path to trunk files* EVEMon.csproj /property:Configuration=Release /property:Platform=x86

The compiled product will appear in *path to trunk*\x86\release. Note: If you get two errors at the end, you can ignore them. You will get a compiled product.