From 83d7b84386811191e154ff1d302198d5c35fbdac Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 29 Mar 2019 15:41:38 +0000 Subject: [PATCH] Write a bunch of slides for installing & using mono, but they're not finished yet --- index.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/index.html b/index.html index 7c27da9..7bd8680 100644 --- a/index.html +++ b/index.html @@ -171,6 +171,48 @@ + +
+
+

Let's Compile some C♯!

+
+
+

Package Management

+
    +
  • Most Linux distributions use a package manager
  • +
  • Everything is a package - from your kernel to the software that you use
  • +
  • Debian-based distributions use apt
  • +
+
+ +
+

Installation

+
    +
  • We have the apt repository
  • +
  • Now we can install Mono
  • +
  • sudo apt install mono-devel
  • +
+
+
+

Usage

+
    +
  • If you've got some C♯ code in a Visual Studio solution already, download that now
  • +
  • Otherwise, use a text editor to write a quick program
  • +
  • On Linux, we can use csc and msbuild just like we do on Windows
  • +
+
+
+

Usage (cont.)

+
+