...
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
No Format |
---|
Compile issues.module load misc/mono/5.10 |
Installation
No Format |
---|
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
...