Skip to content

Commit

Permalink
mu4e.texi: update build / install instructions
Browse files Browse the repository at this point in the history
The were outdated.

Fixes #2729.
  • Loading branch information
djcb committed Jul 25, 2024
1 parent c1da456 commit 737c891
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mu4e/mu4e.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 737c891

Please sign in to comment.