歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux綜合 >> 學習Linux >> centos6.5 安裝mono,centos6.5mono

centos6.5 安裝mono,centos6.5mono

日期:2017/3/6 9:26:03   编辑:學習Linux

centos6.5 安裝mono,centos6.5mono


centos6.5 安裝mono,centos6.5mono


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

http://xxxxxx/Linuxjc/1147222.html TechArticle

Copyright © Linux教程網 All Rights Reserved