在ubuntu中构建.net开发环境(一)

Posted on 2009-05-24 13:14  逍遥散人  阅读(438)  评论(0编辑  收藏  举报

安装mono2.4部分引用地址:http://www.cnblogs.com/mangix/archive/2009/04/14/1435751.html

一、安装mono2.4:

     1.首先到http://ftp.novell.com/pub/mono/sources-stable/

        下载mono-2.4.tar.bz2。下到我电脑的是一个乱码文件,重命名为mono-2.4.tar.bz2即可,

        然后解压。

        tar  jvxf mono-2.4.tar.bz2

     2.然后打开终端,cd到mono的目录,接着输入

        ./configure --prefix=/usr/local

     3.输入make

     4.输入sudo make install

     5.输入mono -V,如果出现以下字样,则安装成功mono.

        Mono JIT compiler version 2.4 (tarball 2009年 04月 14日 星期二 15:35:02 CST)
        Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       altstack
        Notifications: epoll
        Architecture:  x86
        Disabled:      none

 

Copyright © 2024 逍遥散人
Powered by .NET 8.0 on Kubernetes