0

The title is pretty self-explanatory... how do I build the source for Magick++ for Windows? I've tried everything, and followed ImageMagick's directions extensively. However, all of these instructions are outdated. How do I get the static link libraries for Magick++, the include directories, and the dynamic link libraries? Any help is appreciated!

3
  • I'm not familiar with windows platform, but I do remember ImageMagick's installer has a "Install developer headers & libraries for C and C++" checkbox under customize(?) options. If checked, the header files, dlls, & static libs are installed next to ImageMagick binaries under Program Files directory. If you want to BUILD this files from source, checkout Github's repo. Commented Jun 25, 2020 at 1:35
  • ah ok! i didnt see that option! You are correct, thank you. Commented Jun 25, 2020 at 1:48
  • Great! Please post your solution as an answer, and mark it as accepted. It'll help future users searching for the same question. Commented Jun 25, 2020 at 1:59

1 Answer 1

1

So basically it's super easy... Go to this link here, download whichever version fits your platform, go through the setup, and when a bunch of options comes up click the one that says install developer libraries. The include directories and libs will be in wherever you chose to install it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.