summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorConstantin Jucovschi <cj@ubuntu.localdomain>2009-04-24 07:20:22 -0400
committerConstantin Jucovschi <cj@ubuntu.localdomain>2009-04-24 07:20:22 -0400
commit8f27e65bddd7d4b8515ce620fb485fdd78fcdf89 (patch)
treebd328a4dd4f92d32202241b5e3a7f36177792c5f /INSTALL
downloadrasdaman-upstream-8f27e65bddd7d4b8515ce620fb485fdd78fcdf89.tar.gz
rasdaman-upstream-8f27e65bddd7d4b8515ce620fb485fdd78fcdf89.tar.xz
rasdaman-upstream-8f27e65bddd7d4b8515ce620fb485fdd78fcdf89.zip
Initial commitv8.0
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 13 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..3cb29c7
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,13 @@
+To build and install rasdaman:
+
+ $ ./configure
+ $ make
+ # make install
+
+You may set the installation directory and other parameters by options
+to ./configure. To see them, use:
+
+ $ ./configure --help
+
+Once installed, see the "rasdaman Installation Guide" for the next steps.
+It can be found in manuals_and_examples/manuals/pdf/inst-guide.pdf \ No newline at end of file