mcs로 컴파일하고 mono로 맥바이너리화


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:

$ vi hello.cs 
$ mcs hello.cs
$ mono hello.exe
Hello, World
$

댓글

이 블로그의 인기 게시물

파이썬으로 Homomorphic Filtering 하기

파이썬으로 2D FFT/iFFT 하기: numpy 버전