liborigin, standalone version
---------------------

This code is a standalone library for reading OriginLab project files.

It is based on the code at
	http://sourceforge.net/projects/liborigin
	http://soft.proindependent.com/liborigin2

AUTHORS:  Stefan Gerlach, Ion Vasilief, Alex Kargovsky, Miquel Garriga

DEPENDENCIES: tree.hh (included) http://tree.phi-sci.com/

---------------------------------------------------------------------------
COMPILING: liborigin uses CMake for the building process.
		CMake is available at http://www.cmake.org/

After installing CMake and the BOOST C++ library headers on your system, issue the following commands:
	$ mkdir build
	$ cd build
	$ cmake ../
	$ make
	$ make install

---------------------------------------------------------------------------
FEATURES:
	* supports the import of any project from version 3.5 to latest (2017)

---------------------------------------------------------------------------
EXAMPLES:
	* opj2dat (included) extracts the data tables of an origin project file into dat files
