arch install instructions

This commit is contained in:
Lynne Megido 2020-08-31 23:58:27 +10:00
parent c2a62786d5
commit 8f9481845b
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -14,6 +14,11 @@ the packages you'll need are `mono-devel` and `gtk-sharp3`, so:
sudo apt install mono-devel gtk-sharp3
```
### installing on arch
```
sudo pacman -S mono gtk-sharp-3
```
## compiling
```
mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs