Compiling from source
=====================

You need the following to build this library...

	cmake	http://cmake.org/
	make	http://www.gnu.org/software/make/
	gcc	http://gcc.gnu.org/
	flex	http://flex.sourceforge.net/

Configure, compile, test, install...

	$ cmake -D CMAKE_INSTALL_PREFIX=/usr .
	$ make
	$ make test
	# make install

