Minor updates of the documentation.
This commit is contained in:
parent
d17f37b3c5
commit
27082f9629
@ -5,11 +5,15 @@
|
|||||||
Autoconf and Automake are used, and the most basic compilation procedure consists of:
|
Autoconf and Automake are used, and the most basic compilation procedure consists of:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
autoreconf --install
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install # root rights probably needed here, prefix with sudo in such case
|
make install # root rights probably needed here, prefix with sudo in such case
|
||||||
```
|
```
|
||||||
|
|
||||||
|
(Invocation of `autoreconf` is only required if the source tree has been cloned from the
|
||||||
|
git repository.)
|
||||||
|
|
||||||
To see the list of flags accepted by the configure script, run:
|
To see the list of flags accepted by the configure script, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -18,5 +22,5 @@ To see the list of flags accepted by the configure script, run:
|
|||||||
|
|
||||||
Optionally, `mboxgrep` can be linked with the following libraries:
|
Optionally, `mboxgrep` can be linked with the following libraries:
|
||||||
|
|
||||||
- PCRE, to enable support for regular expressions compatible with Perl 5;
|
- PCRE2, to enable support for regular expressions compatible with Perl 5;
|
||||||
- zlib and bzlib, to enable support for compressed mbox folders.
|
- zlib and bzlib, to enable support for compressed mbox folders.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# mboxgrep - selects e-mail messages matching a pattern
|
# mboxgrep - selects e-mail messages matching a pattern
|
||||||
|
|
||||||
`mboxgrep` is a `grep(1)`-like tool which scans mailboxes and selects
|
`mboxgrep` is a `grep(1)`-like tool which scans mailboxes and selects
|
||||||
e-mail messages matching pattern.
|
e-mail messages matching a pattern.
|
||||||
|
|
||||||
Full description of mboxgrep is contained in the documentation,
|
Full description of mboxgrep is contained in the documentation,
|
||||||
which is provided both in manpage and texinfo format, to satisfy
|
which is provided both in manpage and texinfo format, to satisfy
|
||||||
|
Loading…
Reference in New Issue
Block a user