The CarvPath library has the following prerequisites:

* cmake.
* sqlite3 development files.
* openssl development files.

To build the library run:

  cmake src
  make

To make sure everything works correctly you could run:

  make test

To install the library use the following command:

  sudo make install


This version of LibCarvPath has been tested to run on 64 bit x86 linux, but care has been 
taken in development to avoid non portable constructs. In theory LibCarvPath should build
and run on at least all *NIX like systems. There is even a reasonable change that it will
build and run on MS-Windows, but this has not been validated. 
