mcs로 컴파일하고 mono로 맥바이너리화
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:
$ vi hello.cs
$ mcs hello.cs
$ mono hello.exe
Hello, World
$
댓글
댓글 쓰기