From 39fc7d53f4a620f8946aeec246cfe5889c4f85a8 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 5 Nov 2018 21:43:03 +0100 Subject: [PATCH] Update README Signed-off-by: David Oberhollenzer --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5190ae5..2bf0c06 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,16 @@ library and should *in theory* work on any modern GNU/Linux or BSD system. The facility IDs may need to be adjusted (it uses the ones from `usyslogd`). +# Building and installing + +This package uses autotools. If you downloaded a distribution tar ball, simply +run the `configure` script and then `make` after the Makefile has been +generated. + +When working with the git tree, run the `autogen.sh` script to generate the +configure script and friends. + + # The syslog implementation ## Security Considerations