# Introduction This archive contains a set of C++ examples that demonstrates the use of ImageDev with OpenInventor. # Prerequisites To use ImageDev C++ with Open Inventor you need: - CMake 64-bits 3.12 or greater - On Windows Visual Studio 2015 or greater # Preparation 1) Download and unzip - an OpenInventorC++ archive (any version from 10.10 https://developer.openinventor.com/index.php/download-pages/) - an ImageDevC++ archive (https://developer.imageviz.com/index.php/downloads-page/) 2) Set up the following environement variable - OIVHOME must point to the extracted OpenInventorC++ archive - IMAGEDEVHOME must point to the extracted ImageDevC++ archive 3) Set the variables OIV_LICENSE_FILE and IMAGEDEV_LICENSE_FILE to a correct license file path # Build 1) Open a bash from the directory of this file and type ```bash mkdir ../OpenInventorImageDevExamplesBuild cd ../OpenInventorImageDevExamplesBuild cmake ../OpenInventorImageDevExamplesC++/examples/source/ ``` 2) Build the generated solution 3) Build the target `Install` of the generated solution to copy dependencies to the output folder 4) The examples are located in the folder `OpenInventorImageDevExamplesBuild/{debug/release}`