码迷,mamicode.com
首页 > 其他好文 > 详细

centos6.5 安装mono

时间:2016-08-03 15:22:41      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:

mono是一个在linux下兼容.net的软件。安装之前要把开发包装好

源码安装mono

wget http://download.mono-project.com/sources/mono/mono-4.0.3.20.tar.bz2
tar -jxf mono-4.0.3.20.tar.bz2
./configure --prefix=/usr/local/mono
make && make install
 
ln -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

centos6.5 安装mono

标签:

原文地址:http://www.cnblogs.com/fujinzhou/p/5732861.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!