Updates to the news and installation instructions.

This commit is contained in:
Daniel Spiljar 2023-03-24 15:00:06 +01:00
parent 68c0ddee91
commit 7720415afa
Signed by: dspiljar
GPG Key ID: A32CE9C59D8003B5
2 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# How to compile and install mboxgrep
# Compilation and installation of mboxgrep
mboxgrep should compile on a modern Unix-like operating system, such as GNU/Linux or FreeBSD.
`mboxgrep` should compile on a modern Unix-like operating system, such as GNU/Linux or FreeBSD.
It uses autoconf, so the most basic compilation procedure consists of:
Autoconf and Automake are used, and the most basic compilation procedure consists of:
```
./configure

View File

@ -1,5 +1,10 @@
# Changes of mboxgrep
## Changes since 0.7.10
- GNU Automake is now utilized instead of manually written Makefile.in files.
- Code indentation has been corrected and documented (GNU indent is used for this purpose).
## Changes since 0.7.9
- development has been restarted after a longer hiatus