首页 > 系统服务 > 详细

linux install mono

时间:2017-02-28 12:22:22      阅读:267      评论:0      收藏:0      [点我收藏+]
$ yum install bison gettext glib2 freetype fontconfig libpng libpng-devel libX11 libX11-devel glib2-devel libgdi* libexif glibc-devel urw-fonts java unzip gcc gcc-c++ automake autoconf libtool make bzip2 wget
      
$ cd /usr/local/src
      
$ wget http://download.mono-project.com/sources/mono/mono-4.8.0.495.tar.bz2
      
$ tar jxf mono-4.8.0.495.tar.bz2
      
$ cd mono-mono-4.8.0
      
 $ ./configure --prefix=/opt/mono
      
 $ make && make install
      
 $ export PATH=$PATH:/opt/mono/bin
 $ export PKG_CONFIG_PATH=/opt/mono/lib/pkgconfig
 $ # make sure to add the previous two lines to your ~/.bash_profile

 

linux install mono

原文:http://www.cnblogs.com/xirtam/p/6478129.html

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