summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <ax25@x-berg.in-berlin.de>2022-09-16 12:06:10 +0200
committerThomas Osterried <ax25@x-berg.in-berlin.de>2022-09-16 12:06:10 +0200
commit3f7a0a03b88c490963f9b0913bed8b4987065ba4 (patch)
tree7efb627dc036706b4d18874a5293844b71165407
parent89b081066bc198955ea55710c9ffc3f75b252dae (diff)
Hint for first time compilation
Signed-off-by: Thomas Osterried <ax25@x-berg.in-berlin.de>
-rw-r--r--README.compile12
1 files changed, 12 insertions, 0 deletions
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
+