From ed759d8945ae65723872926f7655aa0bf7673472 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 6 Sep 2020 04:55:54 +1000 Subject: [PATCH] sorry mono :c --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 770556d..db7c66f 100644 --- a/readme.md +++ b/readme.md @@ -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 ``` ---