From 5713e3bd68a508ef9f0048438b43c42f9b61e8fb Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Mon, 28 Aug 2023 11:58:44 +0200 Subject: [PATCH] Update build instructions to use mailutils --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index c3cc8db..bbc9949 100644 --- a/README.org +++ b/README.org @@ -6,7 +6,7 @@ ./autogen.sh ./configure --prefix=$HOME/.local \ --with-native-compilation=aot \ - --with-modules --with-tree-sitter \ + --with-modules --with-tree-sitter --with-mailutils \ --with-pgtk --with-json --with-rsvg \ CFLAGS='-O3 -march=native -mtune=native' make -j