四、mono另一种安装方法
虚拟机下的Linux有时候在安装mono时,在./configure这一步聚上,会出现gcc内部编译错误,这些错误很多时候是无头绪的。在这种情况下,可以使用以下方法来安装mono:
1、安装mono所需要的依赖程序
sudo apt-get install build-essential bison gettext pkg-config autoconf libtool automake
2、安装mono3.0
下载安装包,解压,并运行安装的sh文件:
wget
tar -xjvf mono-3.0.0.tar.bz2
cd mono-3.0.0
./autogen.sh
make
sudo make install
cd ..
这里应该注意的一点是,./autogen.sh后面是可以带安装路径参数的,默认是安装路径是:/usr/local
安装成功后,查看mono的版本: