Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 445 Bytes

openE57-sample-project

Demo showing how to integrate OpenE57 in your existing project.

This is in alpha state and requires a refinement.

How to run the example

  1. Build the openE57 conan package following the instructions at https://github.com/openE57/openE57

  2. Proceed with the following instructions:

mkdir build
conan install .. --build=missing
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
cmake --install .