Compiling Monteverdi from source follows the same procedure as a regular CMake project: setup a directory for an out-of-source build, configure and compile.
Make sure OTB is compiled with at least OTB_USE_QT4, OTB_USE_GLUT, OTB_USE_GLFW and OTB_USE_GLEW set to ON. Setup another out-of-source build environment for Monteverdi:
Remember to checkout the develop branch if you want the current development version:
CMake needs to find both OTB and QWT installation locations. For example, set an CMake cache pre-population script with the following content:
Configure and compile monteverdi:
Remember to set the OTB_APPLICATION_PATH environment variable to allow monteverdi to find the OTB applications:
Everything that is needed for Monteverdi development on Windows, including compiling from source, is covered in details on the OTB wiki at: