1
Most features need c++0x from gcc 4.4 minimum. When compiling an
2
application that links with chilon using gcc, the argument -std=c++0x
3
must be given to gcc.
4
5
To install run:
6
7
    ./configure
8
    make install
9
10
You can install to a different location using:
11
12
Since this is a header only library, this doesn't do much. ./configure
13
makes a version of config.hpp suitable for your system, and "make install'
14
copies the headers to your file system.
15
16
To build some utility code run:
17
18
    make util
19
20
If this is before 'make install' then the utility code will be installed in
21
${prefix}/bin