From 279b4548c2471ce3111c9f51b48ab60f77fcaf0b Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 5 Mar 2011 08:55:02 +0100 Subject: docs: Update INSTALL: How to run autoreconf Update INSTALL file with instructions on initializing the build system, i.e. on how to run autoreconf. --- INSTALL | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit