Demo showing how to integrate OpenE57 in your existing project.
This is in alpha state and requires a refinement.
-
Build the
openE57
conan package following the instructions at https://github.com/openE57/openE57 -
Proceed with the following instructions:
mkdir build
conan install .. --build=missing
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
cmake --install .