I installed MonoFramework and I have myproject.exe file.How to run C# Desktop Application with extension .exe in Mac OSX?
+2
A:
You should use the following command line:
mono my_cool_program.exe
Jarlaxle
2010-08-02 07:23:34