liborigin2
---------------------
AUTHOR: Ion Vasilief
CONTRIBUTORS (not active anymore): Stefan Gerlach, Alex Kargovsky
DEPENDENCIES: liborigin2 depends on the BOOST C++ libraries (version >= 1.33.0): http://www.boost.org/
          and tree.hh: http://tree.phi-sci.com/
------------------------------------------------------------------------------------------------------
COMPILING: liborigin2 uses qmake for the building process. 
        qmake is part of a Qt distribution: http://trolltech.com/
        qmake reads project files, that contain the options and rules how to build a certain project. 
        A project file ends with the suffix "*.pro". Please read the qmake documentation for more details.
After installing qmake, tree.hh and the BOOST C++ libraries on your system, type the following command lines: 
    $ qmake 
    $ make
------------------------------------------------------------------------------------------------------
FEATURES :
    * supports the import of OriginLab projects with versions ranging from 4.1 to 8.5.1
------------------------------------------------------------------------------------------------------