How to compile with OQGRAPH

You are viewing an old version of this article. View the current version here.

To compile OQGRAPH you need to have at least version 1.40 of the boost library installed.

To compile with OQGRAPH

rm CMakeCache.txt
cmake '-DWITH_OQGRAPH_STORAGE_ENGINE=1' 
make

To compile without OQGRAPH:

rm CMakeCache.txt
cmake '-DWITHOUT_OQGRAPH_STORAGE_ENGINE=1'
make

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.