-- INSTALL for libdivsufsort


Requirements:
=============

  * CMake version 2.4.2 or newer (http://www.cmake.org/)
  * An ANSI C compiler
  * GNU Make


Compilation and Installation (with Unix Makefiles):
===================================================

  1. Create a 'build' directory in the package source directory.

    $ cd libdivsufsort-?.?.?
    $ mkdir build
    $ cd build

  2. Configure the package for your system.

    $ cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="/usr/local" ..

  3. Compile the package.

    $ make

  4. Install the library and header files.

    # make install