mu4e.texi: minor improvements
This commit is contained in:
@ -301,7 +301,7 @@ GitHub@footnote{@url{https://github.com/djcb/mu/releases}}),
|
|||||||
installation follows the typical steps:
|
installation follows the typical steps:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ tar xvfz mu-<version>.tar.gz # use the specific version
|
$ tar xvfz mu-<version>.xz # use the specific version
|
||||||
$ cd mu-<version>
|
$ cd mu-<version>
|
||||||
# On the BSDs: use gmake instead of make
|
# On the BSDs: use gmake instead of make
|
||||||
$ ./configure && make
|
$ ./configure && make
|
||||||
@ -315,8 +315,9 @@ Xapian, GMime and their dependencies must be installed.
|
|||||||
|
|
||||||
By default, @t{mu} uses the
|
By default, @t{mu} uses the
|
||||||
Meson@footnote{@url{https://mesonbuild.com/}} build-system. For
|
Meson@footnote{@url{https://mesonbuild.com/}} build-system. For
|
||||||
ease-of-use, we also provide a Makefile though. You can of course also
|
ease-of-use, we also provide a @t{Makefile} with some basic options. Of
|
||||||
just use the corresponding @t{meson}/@t{ninja} commands.
|
course, you can also just use the corresponding @t{meson}/@t{ninja}
|
||||||
|
commands directly.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ git clone git://github.com/djcb/mu.git
|
$ git clone git://github.com/djcb/mu.git
|
||||||
|
|||||||
Reference in New Issue
Block a user