Updates to the news and installation instructions.
This commit is contained in:
parent
68c0ddee91
commit
7720415afa
@ -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
|
./configure
|
||||||
|
5
NEWS.md
5
NEWS.md
@ -1,5 +1,10 @@
|
|||||||
# Changes of mboxgrep
|
# 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
|
## Changes since 0.7.9
|
||||||
|
|
||||||
- development has been restarted after a longer hiatus
|
- development has been restarted after a longer hiatus
|
||||||
|
Loading…
Reference in New Issue
Block a user