Build Library

Before version 0.11, library was built with autotools. Refer following document if you need to build non-recent library version .

Requirements

  • CMake 2.8+
  • libxml2 (requires zlib)
  • Boost
  • OpenSSL

Building

If you have tarball with recent library version, unpack it and change current directory to library sources. Then enter following commands:

$ cmake .
$ make install

Tests are not built by default. Just configure cmake to generate specific rules if you need them:

$ cmake -D build_tests=ON .
$ make
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License