mu4e.texi: update build / install instructions

The were outdated.

Fixes #2729.
This commit is contained in:
Dirk-Jan C. Binnema
2024-07-25 19:55:54 +03:00
parent c1da456564
commit 737c891a21

View File

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