summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-05 08:55:02 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:55:23 +0100
commit279b4548c2471ce3111c9f51b48ab60f77fcaf0b (patch)
tree59e7a261bcb8e3007811a48e83ae4492d71e04a6
parent677a6509d6a341482e9be0afcc3a65188645756d (diff)
downloadrasdaman-upstream-279b4548c2471ce3111c9f51b48ab60f77fcaf0b.tar.gz
rasdaman-upstream-279b4548c2471ce3111c9f51b48ab60f77fcaf0b.tar.xz
rasdaman-upstream-279b4548c2471ce3111c9f51b48ab60f77fcaf0b.zip
docs: Update INSTALL: How to run autoreconf
Update INSTALL file with instructions on initializing the build system, i.e. on how to run autoreconf.
-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