From 3f7a0a03b88c490963f9b0913bed8b4987065ba4 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Fri, 16 Sep 2022 12:06:10 +0200 Subject: Hint for first time compilation Signed-off-by: Thomas Osterried --- README.compile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.compile diff --git a/README.compile b/README.compile new file mode 100644 index 0000000..debee8e --- /dev/null +++ b/README.compile @@ -0,0 +1,12 @@ +After checkout: + + autoreconf --install --force +./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man + +Compile: + make + +Onle once (if you did not have configuration files in /etc; if you have, they +will be overwritten!): + make installconf + -- cgit v1.2.3