June
21st,
2018
GKVS support legacy make for development purpose and cmake for deployment purpose in cross-platform systems.
How to build using cmake
mkdir build
cd build
cmake ..
make
In bare-new system is recommend to use superbuild that pulls all deps from repo
mkdir build
cd build
cmake ../cmake-superbuild/
make