Never done it on a Mac, on Linux via a shell you do "mono filename.exe" or right click and choose run with mono. I'll look it up.
Edit: seems to be the same for a Mac
.
Edit: seems to be the same for a Mac
So it seems you have to start it via a terminal and do something like:Using Mono on MacOS X
At this point, you must use Mono from the command line, the usual set of commands that are available on other ports of Mono are available.
To build applications you can use "mcs", to run then you can use mono.
From a Terminal shell, you can try it out:
Code:$ vi hello.cs $ mcs hello.cs $ mono hello.exe Hello, World $
Code:
mono /Users/name/Desktop/DDL_Site_Template_Creator.exe