mono是一个在linux下兼容.net的软件。安装之前要把开发包装好
源码安装mono
wgethttp://download.mono-project.com/sources/mono/mono-4.0.3.20.tar.bz2 tar-jxfmono-4.0.3.20.tar.bz2 ./configure--prefix=/usr/local/mono make&&makeinstall ln-s/usr/local/mono/bin/mono/bin/
mono -V 查看版本
MonoJITcompilerversion4.0.3(Stable4.0.3.20/d6946b4WedAug314:16:20CST2016) Copyright(C)2002-2014Novell,Inc,XamarinIncandContributors.www.mono-project.com TLS:__thread SIGSEGV:altstack Notifications:epoll Architecture:amd64 Disabled:none Misc:softdebug LLVM:supported,notenabled. GC:sgen原文链接:https://www.f2er.com/centos/381315.html