Installation¶
For now the you need to build the library yourself. The requirements are:
$ git clone https://github.com/bjornpiltz/CppCodeGenVar.git
$ cd CppCodeGenVar
$ cmake . -DCMAKE_INSTALL_DIR=<optional_install_location>
$ make check
$ make install