Installation for Mono on Windows.
Posted: Wed Nov 24, 2010 2:33 pm
Hi!
I would like to compile Cobra and use it on Mono rather than .NET. However I didn't find any information on how to do that. Simple changes in install-from-workspace.bat adding "mono" at the beginning of the line
results in
Is it possible?
I would like to compile Cobra and use it on Mono rather than .NET. However I didn't find any information on how to do that. Simple changes in install-from-workspace.bat adding "mono" at the beginning of the line
- Code: Select all
@mono Snapshot\cobra.exe -debug -ert:yes InstallFromWorkspace.cobra -- %*
results in
Is it possible?