sorry mono :c

This commit is contained in:
Lynne Megido 2020-09-06 04:55:54 +10:00
parent 82c666296a
commit ed759d8945
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -55,8 +55,9 @@ dotnet build
```
### mono
it doesn't actually build with mono anymore because mono's C# version is too old, and these instructions are wrong anyway, but it's something like
```
mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs
mcs -pkg:gtk-sharp-3.0 -resource:ui/main.glade -resource:ui/add.glade -resource:ui/settings.glade *.cs
```
---