# Installation
Rabbit Tree does not generate a compiled library. The headers are installed as
they are and should be included in source files to generate code.

Installation should be as simple as:

    mkdir build
    cd build
    cmake .. -DCMAKE_INSTALL_PREFIX=/usr
    make
    make install DESTDIR=/

Obviously the above should be adapted to work with your package manager. If
Doxygen is present, documentation will be installed along with the header.

I'll make this an option later. If you can't wait, either submit some code
and/or nag me about it.

# Tests
Run `scripts/cmake_test.sh' to build the included examples and test them. The
test compares the output of the examples to the expected output, but it may
differ on your system. If it does, the test will report a false failure.

# Examples
The files included in the examples directory along with the documentation should
be enough to get you started.
