Skip to content
Paul Targosz edited this page Feb 29, 2016 · 5 revisions

It should be noted that this library is in an early development phase and only a few parts of it are ready for production code.

You by no means need to include all of Kvasir. It has been designed in modules with as little cross dependencies as possible.

  1. Decide which modules to use.
  2. Check which dependencies are required.
  3. Copy the modules to your file system preserving the relative path to the "src" folder in this repository (eg. if you only want to use Kvasir::Io then copy Kvasir/src/io.hpp to my_folder/io.hpp plus its dependencies Kvasir/src/Mpl/ and Kvasir/src/Register/ to my_folder/Mpl/ and my_folder/Register). You could just pull the whole repository.
  4. Add my_folder to your include paths (-I command on GCC).