OpenBYOND for C#
- Install .NET 4.0 if needed.
- Install Visual C# Express (Full studio will also work)
- Run Prebuild.bat.
- Open OpenBYOND.sln.
- Set OpenBYONDClient as the startup project.
- Run with F5.
- Install Mono (must support .NET 4.0)
- Install nant
- Run
mono bin/Prebuild.exe /target:nant /file:Prebuild.xml
to generate nant project. - Run
nant
to compile.