DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Setup
Install:
Microsoft Visual Studio 2005 (VS2005)
NAnt 0.85 - only required for builds outside VS2005 (.net 1.1, .net 2.0, mono 2.0)
Ant 1.6.5
Cygwin (or alternatively build via cmd but alter instructions below accordingly)
Set up PATH to include Nant.exe:
$ PATH=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727:$PATH
Set up PATH to include ant:
$ PATH=$ANT_HOME/bin:$PATH