- OpenCV (>= 3.4) optional
- copy
CMakeUserPathsGit.cmake
and rename it toCMakeUserPaths.cmake
- add your library paths to the
${CMAKE_PREFIX_PATH}
inCMakeUserPaths.cmake
- Open CMake GUI
- set this folder to
where is the source code
- choose a build folder (e.g.
build2017-x64
) - Hit
Configure
thenGenerate
- Open the Project
- Compile the Solution (build Release and Debug)
- You should now have an
quazip5.dll
in$YOUR_QUAZIP_BUILD_PATH$ /bin - In the
CMakeUserPaths.cmake
of your nomacs project, add this path:
SET(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "$QUAZIP_PATH$/build2017-x64/")