summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 66ca0ac2b7ca20b2ba087505403b1064ec16b262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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



Tips and tricks:
~~~~~~~~~~~~~~~~

  * If you are building from a git clone and want to clean ALL files
    like you had just done a fresh "git clone", run

       $ git clean -f -x -d

    CAUTION: This will REMOVE ALL FILES not committed to the git repo!