Finish mono section & add section on monodevelop
continuous-integration/laminar-elessar Build 34 succeeded in 59 seconds . Details

This commit is contained in:
Starbeamrainbowlabs 2019-03-29 15:58:19 +00:00
parent 83d7b84386
commit e45b6dd072
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 29 additions and 0 deletions

View File

@ -172,6 +172,7 @@
</article>
</section>
<section>
<article class="title">
<h1>Let's Compile some C&sharp;!</h1>
@ -204,6 +205,7 @@
<article>
<h2>Usage</h2>
<ul>
<li>The Linux terminal is very similar to the Windows command prompt</li>
<li>If you've got some C&sharp; code in a <em>Visual Studio</em> solution already, download that now</li>
<li>Otherwise, use a text editor to write a quick program</li>
<li>On Linux, we can use <code>csc</code> and <code>msbuild</code> just like we do on Windows</li>
@ -211,6 +213,33 @@
</article>
<article>
<h2>Usage (cont.)</h2>
<ul>
<li><code>csc MyFile.cs</code></li>
<li><code>msbuild</code></li>
</ul>
</article>
</section>
<section>
<article class="title">
<h1>Monodevelop</h1>
</article>
<article>
<h2>What's Monodevelop?</h2>
<ul>
<li>Writing C&sharp; code in a text editor is old-school</li>
<li>Like <em>Visual Studio</em>, but on Linux</li>
<li>Actually the base of <em>Visual Studio for Mac</em></li>
</ul>
</article>
<article>
<h2>Installing</h2>
<ul>
<li>Same prodecure as with Mono</li>
<li>Challenge: Can you install Monodevelop using what you've learnt?</li>
<li><a href="https://www.monodevelop.com/download/">https://www.monodevelop.com/download/</a></li>
</ul>
</article>
</section>
</main>