mono是一個在linux下兼容.net的軟件。安裝之前要把開發包裝好
源碼安裝mono
wget http://download.mono-project.com/sources/mono/mono-4.0.3.20.tar.bz2tar -jxf mono-4.0.3.20.tar.bz2./configure --prefix=/usr/local/monomake && make installln -s /usr/local/mono/bin/mono /bin/mono -V 查看版本Mono JIT compiler version 4.0.3 (Stable 4.0.3.20/d6946b4 Wed Aug 3 14:16:20 CST 2016)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen
http://xxxxxx/Linuxjc/1156068.html TechArticle