Difference between revisions of "Applications/Mono"

From HPC
Jump to: navigation , search
m
m
Line 2: Line 2:
 
==Application Details==
 
==Application Details==
 
*Description: Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.
 
*Description: Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.
*Version: 4.4.1
+
*Version: 4.4.1, 5.2.0
*Module: mono/4.4.1
+
*Module: mono/4.4.1, mono/5.2.0
 
*Licence:MIT
 
*Licence:MIT
  
Line 9: Line 9:
 
===Module===
 
===Module===
 
<pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
 
<pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
[username@login01 ~]$ module add mono/4.4.1
+
[username@login01 ~]$ module add mono/5.2.0
 
</pre>
 
</pre>
 
===Compilation===
 
===Compilation===
 
<pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
 
<pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
[username@login01 ~]$ module add mono/4.4.1
+
[username@login01 ~]$ module add mono/5.2.0
 
[username@login01 ~]$ mcs -out:cDEMO.exe cDEMO.cs
 
[username@login01 ~]$ mcs -out:cDEMO.exe cDEMO.cs
 
</pre>
 
</pre>

Revision as of 13:08, 15 June 2017

Application Details

  • Description: Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.
  • Version: 4.4.1, 5.2.0
  • Module: mono/4.4.1, mono/5.2.0
  • Licence:MIT

Usage Examples

Module

[username@login01 ~]$ module add mono/5.2.0

Compilation

[username@login01 ~]$ module add mono/5.2.0
[username@login01 ~]$ mcs -out:cDEMO.exe cDEMO.cs

Further Information

Icon home.png