aboutsummaryrefslogtreecommitdiff
path: root/build/autoconf/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'build/autoconf/README.txt')
-rw-r--r--build/autoconf/README.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/build/autoconf/README.txt b/build/autoconf/README.txt
index e48221e..304f931 100644
--- a/build/autoconf/README.txt
+++ b/build/autoconf/README.txt
@@ -1,3 +1,14 @@
the build/autoconf system is currently under revision;
-
if it doesn't work, try the autoconf-system in <zexy>/src/ instead
+
+
+
+GENERIC INSTALL INSTRUCTIONS
+============================
+run the following commands:
+
+ ./autogen.sh
+ ./configure
+ make
+ make install
+