This library implements a very basic configuration file management.
It is lightweight and comes without any complex dependencies.
Right now it requires opencv due to the hard-coded Datastructure support.
This will be removed in future releases.

USAGE:
======
For a short demonstration how to use the library see the test.cpp file.

COMPILING:
==========
This library uses a standard CMake file. So the installation procedure is:
.../libtinyconfig> mkdir build
.../libtinyconfig> cd build
.../libtinyconfig> cmake .. 
             (you might want to set -DCMAKE_INSTALL_PREFIX=/my/prefix)
.../libtinyconfig> make
.../libtinyconfig> make install

For testing purposes you might call ./tinyconfig_test 

CONTACT:
========
You might contact us through the project website:
http://opensource.cit-ec.de/projects/libtinyconfig

or write an email to: sschulz <AT> techfak <DOT> uni-bielefeld <DOT> de