mono
Table of Contents
- mono official page
terms
- CLI - Common Language Infrastructure
- P/Invoke - Platform Incvoke
외부 라이브러리와 연동 하기
- Interop with Native Libraries from mono
- Platform Invoke Tutorial from MS
모노 라이브러리
검색
$ aptitude search "\-cil$" i libgtk2.0-cil - CLI binding for the GTK+ toolkit 2.12
pkg-conf 파일 확인
$ dpkg -L libgtk2.0-cil | grep pc$ /usr/lib/pkgconfig/gtk-sharp-2.0.pc /usr/lib/pkgconfig/gtk-dotnet-2.0.pc
컴파일시 라이브러리 링크
$ gmcs hello.cs -pkg:gtk-sharp-2.0
mono.txt · Last modified: 2013/08/03 05:04 by 127.0.0.1