Installation instructions
=========================

The libcorkipset library is written in ANSI C.  It uses cmake as its build
manager.


Prerequisite libraries
----------------------

To build libcorkipset, you need the following libraries installed on your
system:

  * pkg-config
  * libcork (https://github.com/dcreager/libcork)
  * check (http://check.sourceforge.net)


Building from source
--------------------

The libcorkipset library uses cmake as its build manager.  In most cases, you
should be able to build the source code using the following:

    $ mkdir build
    $ cd build
    $ cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX
    $ make
    $ make test
    $ make install

You might have to run the last command using sudo, if you need
administrative privileges to write to the $PREFIX directory.
