mono
Â
Introduction
Mono is an Open Source implementation of CLR. It is a cross-platform runtime, which is available for Android, BSD, iOS, Linux, Mac OS X, Windows, Solaris, and Unix operating systems. While CS-Script was designed to run on .NET (on Windows) it can run on on Mono on Linux as well.
Usage
module load misc/mono/5.10
Â
Â
Installation
 Compile issue...still to be fixed sh autogen.sh --prefix=/sw/misc/mono/5.10.0.179 2>&1 | tee AutoGenLog.txt make 2>&1 | tee makeLog.txt make install
Â
Reference
Â