summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL26
1 files changed, 26 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e69de29b..2fb9f987 100644
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,26 @@
+
+ 1) Configure for your machine:
+
+ ./configure
+
+ or use
+
+ ./configure --enable-m-debug
+
+ to ebanle the integrated malloc debugging stuff.
+
+
+ 2) Run make:
+
+ make
+
+
+ 3) Install
+
+ make install
+
+
+ 4) You end up with a binary "g10" in /usr/local/bin
+
+
+