arch install instructions
This commit is contained in:
parent
c2a62786d5
commit
8f9481845b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue