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

Installing uptodate Mono

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

标签:file   pac   -o   https   logs   tor   struct   nbsp   centos 7   

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

标签:file   pac   -o   https   logs   tor   struct   nbsp   centos 7   

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

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