From 737c891a213cab1e9a0ad9a20ad9be19db42a229 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 25 Jul 2024 19:55:54 +0300 Subject: [PATCH] mu4e.texi: update build / install instructions The were outdated. Fixes #2729. --- mu4e/mu4e.texi | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 911e6318..f77c94a7 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -301,13 +301,19 @@ What all that in place, let's build and install @t{mu} and @t{mu4e}. Enter the directory where you unpacked or cloned @t{mu}. Then: @example -$ ./configure && make +$ ./autogen.sh && make $ sudo make install @end example Note: if you are familiar with @t{meson}, you can of course use its commands directly; the @t{make} commands are just a thin wrapper around -that. +that; so, this also works: + +@example +$ meson setup build +$ meson compile -C build +$ meson install -C build +@end example @subsection Installation