ImageMagick deployment
Posted: 2013-04-13T21:55:10-07:00
Hi there,
I'm trying to deploy ImageMagick with my own software. On windows I've just included all the core dlls with coders dlls at the exe path and it works well.
But on mac os I have troubles with coders. I installed ImageMagick via macports and found it with the help of CMake. CMake does all the job of copying and fixing up all the core libs I've linked against. Then I copied all the coder libs and fixed them up also, but when I start my appllication it just can't find any coder. So I'd like to know what am I missing there. Note: if I didn't fix up any paths it works well. It is only my deployment that is in trouble.
P.S. I have all ImageMagick libs including coders SOs near the executable in MacOS bundle sub-folder.
I'm trying to deploy ImageMagick with my own software. On windows I've just included all the core dlls with coders dlls at the exe path and it works well.
But on mac os I have troubles with coders. I installed ImageMagick via macports and found it with the help of CMake. CMake does all the job of copying and fixing up all the core libs I've linked against. Then I copied all the coder libs and fixed them up also, but when I start my appllication it just can't find any coder. So I'd like to know what am I missing there. Note: if I didn't fix up any paths it works well. It is only my deployment that is in trouble.
P.S. I have all ImageMagick libs including coders SOs near the executable in MacOS bundle sub-folder.