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!
-
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.emcconville– emcconville2020-06-25 01:35:11 +00:00Commented Jun 25, 2020 at 1:35
-
ah ok! i didnt see that option! You are correct, thank you.Jcsq6– Jcsq62020-06-25 01:48:43 +00:00Commented 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.emcconville– emcconville2020-06-25 01:59:56 +00:00Commented Jun 25, 2020 at 1:59
Add a comment
|
1 Answer
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.