昨天,是昨天,第三次在solaris10x86上折腾mono了。

一战之后打算Solaris的无线期休战了。

按Mono官网的标准流程命令:

 

Unpack the Mono runtime distribution: 

tar xzvf mono-X.XX.tar.gz; cd mono-X.XX
Then configure, compile and install: 

./configure --prefix=/usr/local; make; make install
This will give you a runtime, C# compiler and runtime libraries, where /usr/local is the prefix where Mono will be installed. You can change this to suit your needs. 

If you are not using GNU/Linux system (such as Solaris or BSD variants), make sure to use GNU make. 

相关文章: