summaryrefslogtreecommitdiffstats
path: root/README.compile
diff options
context:
space:
mode:
Diffstat (limited to 'README.compile')
-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
+