=== Dependencies ==============================================================

  - CMake - http://www.cmake.org
  - Boost - http://www.boost.org
  - Qt Framework (version 4.7 or later) - http://qt.nokia.com
  - Eigen (version 3.0 or later) - http://eigen.tuxfamily.org/

=== Compiling =================================================================

From the chemkit directory (the same directory this file is in) run the
following commands:

    mkdir build
    cd build
    cmake ..
    make

=== Installation ==============================================================

After successfully compiling chemkit run the following command to install the
library (you may need root/administator privileges):

    make install
