mu4e.texi: update build instructions
This commit is contained in:
@ -298,7 +298,6 @@ $ sudo dnf install git meson gmime30-devel xapian-core-devel emacs
|
|||||||
@item Otherwise, install the equivalent of the above on your system
|
@item Otherwise, install the equivalent of the above on your system
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
|
||||||
@subsection Getting mu
|
@subsection Getting mu
|
||||||
|
|
||||||
The next step is to get the @t{mu} sources. There are two alternatives:
|
The next step is to get the @t{mu} sources. There are two alternatives:
|
||||||
@ -314,21 +313,19 @@ and @t{git clone https://github.com/djcb/mu.git}
|
|||||||
What all that in place, let's build and install @t{mu} and @t{mu4e}.
|
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:
|
Enter the directory where you unpacked or cloned @t{mu}. Then:
|
||||||
|
|
||||||
@example
|
|
||||||
$ ./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; so, this also works:
|
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ meson setup build
|
$ meson setup build
|
||||||
$ meson compile -C build
|
$ meson compile -C build
|
||||||
$ meson install -C build
|
$ meson install -C build
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
For old-time's sake, alternatively you can do:
|
||||||
|
|
||||||
|
@example
|
||||||
|
$ ./autogen.sh && make
|
||||||
|
$ sudo make install
|
||||||
|
@end example
|
||||||
|
|
||||||
@subsection Installation
|
@subsection Installation
|
||||||
|
|
||||||
After this, @t{mu} and @t{mu4e} should be installed @footnote{there's a
|
After this, @t{mu} and @t{mu4e} should be installed @footnote{there's a
|
||||||
|
|||||||
Reference in New Issue
Block a user