summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL8
1 files changed, 7 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 66ca0ac..09dde8c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,10 @@
-To build and install rasdaman:
+To build and install rasdaman from a git clone, first initialize the
+build system by running
+
+ $ autoreconf -vis .
+
+To build and install rasdaman from a dist tarball (*.tar.*) or after
+running the above command:
$ ./configure
$ make