From 84ea5576966d6dc003e6028bce9a6981e3807413 Mon Sep 17 00:00:00 2001 From: Cassowary Date: Mon, 30 Oct 2023 16:04:02 -0700 Subject: [PATCH] Fix build advice in README --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index bc1d365..94e4946 100644 --- a/README +++ b/README @@ -63,6 +63,9 @@ Next you build the actual program by doing: cd _build ninja +> Note that there is a bug with the current heckimp in dealing with the about dialog. To fix it, wait until +> ninja dies in the fist build, and then `echo > app/dialogs/authors.h` and then run `ninja` again. + Then if successful, install with sudo ninja install