Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 802 Bytes

README-nomacs.md

File metadata and controls

24 lines (18 loc) · 802 Bytes

Building QuaZip for nomacs

Build QuaZip (Windows)

Compile dependencies

Compile Exiv2

  • copy CMakeUserPathsGit.cmake and rename it to CMakeUserPaths.cmake
  • add your library paths to the ${CMAKE_PREFIX_PATH} in CMakeUserPaths.cmake
  • Open CMake GUI
  • set this folder to where is the source code
  • choose a build folder (e.g. build2017-x64)
  • Hit Configurethen Generate
  • 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/")