-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello! This repo builds nicely, without any issue, but I was not able to build ImageMagick-Windows. They look quite different in Configure part, and ImageMagick-Windows/Readme.md is not accurate in describing what's in ImageMagick-Windows/Configure. When I run ImageMagick-Windows/Configure/Configure.Release.x64.exe it generates magick-baseconfig.h without necessary defines (like MAGICKCORE_BZLIB_DELEGATE, MAGICKCORE_LZMA_DELEGATE, MAGICKCORE_ZLIB_DELEGATE, etc.) and building gives errors, but even with those defines it is not being built for me, because of multiple linking errors. It has a different project structure, than this repo, and it doesn't seem to work for me (can it be some local settings?). So, as I understand ImageMagick-Windows is supposed to be fully working (though its readme is a bit outdated), and this is some technical repo, but now it is the only way I'm able to build ImageMagick for Windows.