From 27082f9629707ae12ea8e9f14acda0ecdb69f219 Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Thu, 18 May 2023 13:43:09 +0200 Subject: [PATCH] Minor updates of the documentation. --- INSTALL.md | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index a1fcee4..84c6b27 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,11 +5,15 @@ Autoconf and Automake are used, and the most basic compilation procedure consists of: ``` +autoreconf --install ./configure make 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: ``` @@ -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: -- 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. diff --git a/README.md b/README.md index fbc43a6..eab23a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # mboxgrep - selects e-mail messages matching a pattern `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, which is provided both in manpage and texinfo format, to satisfy