Search found 1 match
- 2017-10-04T05:08:11-07:00
- Forum: Developers
- Topic: How to distribute ImageMagick libraries in a Mac App bundle
- Replies: 0
- Views: 19129
How to distribute ImageMagick libraries in a Mac App bundle
I am trying to distribute ImageMagick (C++) with my Mac app. I tried building the binaries using MacPorts as well as directly from source with CMake. The resultant .dylib pathnames (as seen with otools -L) are absolute and relate to specific local folders, such as "opt/local" or "usr/local". This ...