A bit updated, more to come.
[cacao.git] / INSTALL
1 Quick start instructions
2 ========================
3
4 You can check the configure options via `./configure --help'. But the
5 default settings should be ok. For building the package type:
6
7    $ ./configure
8    $ make
9    $ make install
10
11 The default installation prefix is `/usr/local/cacao'. You can change
12 this destination by providing the `--prefix=PATH' option to configure.
13
14 This version of cacao only supports the `--prefix' option, even if
15 configure processes the other options (`--bindir', `--libdir', etc.),
16 it will screw up your installation.