Update build instructions to use mailutils

This commit is contained in:
Dimitri Lozeve 2023-08-28 11:58:44 +02:00
parent af8ec0d4ac
commit 5713e3bd68

View file

@ -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