首页 > 其他 > 详细

Installing uptodate Mono

时间:2017-02-14 16:51:50      阅读:301      评论:0      收藏:0      [点我收藏+]

https://copr.fedorainfracloud.org/coprs/tpokorra/mono-opt/

Description

 

Installing uptodate Mono and related packages to a separate /opt/mono directory.

The sources of the packages are maintained on Github.

 

Installation Instructions

 

Get the repo file for your CentOS distribution, see the links below. You also need the Epel repository for libgdiplus.

eg. CentOS6:

cd /etc/yum.repos.d
yum install epel-release
wget https://copr.fedoraproject.org/coprs/tpokorra/mono-opt/repo/epel-6/tpokorra-mono-opt-epel-6.repo

Then you can install the packages that you want:

yum install mono-opt mono-xsp-opt mod_mono-opt mono-basic-opt mono-nant-opt nuget-opt

For CentOS 6 and CentOS 7, but not for CentOS 5, we have MonoDevelop and NUnit:

yum install monodevelop-opt nunit-opt

To run mono, you have to load some environment variables first:

. /opt/mono/env.sh
mono --version


技术分享

 



Installing uptodate Mono

原文:http://www.cnblogs.com/tangjiansheng/p/6398306.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!