Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 559 Bytes

README-nomacs.md

File metadata and controls

18 lines (14 loc) · 559 Bytes

Building heif for nomacs

Build heif (Windows)

Compile heif

  • 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 a heif_shared.dll in $YOUR_EXIV2_BUILD_PATH$/lib/Release
  • In the CMakeUserPaths.cmake of your nomacs project, add this path:
SET(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "$HEIF_PATH$/build2017-x64/")