aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-05 21:43:03 +0100
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-05 21:43:03 +0100
commit39fc7d53f4a620f8946aeec246cfe5889c4f85a8 (patch)
tree8598435f2c47e849181e7abe2fcd3f0a6ec71138
parentfb498dba96080c84ac976e1a6be60fd5af8c079b (diff)
Update README
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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