Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Alternative Installation Methods

As a submodule

Graaf can also be installed as a submodule in your project

  1. Go to your project directory cd projectdir
  2. Add Graaf as submodule git submodule add https://github.com/bobluppes/graaf.git
  3. Then add Graaf as include directory with CMake:
   include_directories("graaf/include")