2004年6月30号。MONO 1.0版出来了。

方式1:rpm安装
不过。。。。在Linux下安装Mono 1.0装了一下午。没装完。
http://mono2.ximian.com/archive/1.0/redhat-9-i386/
怎么也不给个安装的先后顺序。

Single Package

Everything as a single Zip file::

在Linux下安装Mono 1.0mono-all.zip

Unzip the above file, and install all of the resulting RPMs on your system.
用RPM管理器装的差点没死机。找依赖找了半天。好像还是缺文件。

在RH9下用rpm -ivh  一个个装。好像。。。。。在Linux下安装Mono 1.0还是少。不知道那些文件在哪些包里面

Optionally, for more control, you can pick and choose:

试以了一下,好像顺序是

Mono Runtime and C# compiler

Dependencies:

If you are installing mono-drawing or mono-cairo, you need to install Cairo and its dependencies:

Optional locales:(无先后。都装了)

还有两家的stack一个都还没有装。


方式2.没办法。只从源码开始编译装起了。
./configure --prefix=/usr/dotnet
make
make install

相关文章:

  • 2022-12-23
  • 2021-05-25
  • 2021-11-30
  • 2021-12-16
  • 2021-08-03
  • 2021-10-19
  • 2021-04-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2021-10-14
  • 2021-09-23
  • 2022-12-23
相关资源
相似解决方案