Search found 1 match
- 2013-12-11T15:43:16-07:00
- Forum: Developers
- Topic: Building static for mac with specific png lib
- Replies: 0
- Views: 4132
Building static for mac with specific png lib
Hello, I am doing a static build for mac and have had mostly success at this point other than being able to link in the correct png delegate. I have the latest png delegate download stored in ImageMagick-6.8.7-9/png and have configured / built it with: ./configure --disable-shared --enable-static ...