Search found 2 matches

by thongdoan
2015-07-05T20:13:39-07:00
Forum: Users
Topic: Stand alone executables for Mac
Replies: 22
Views: 83752

Re: Stand alone executables for Mac

Thanks very much for your reply, I will try to do it
by thongdoan
2015-07-05T12:42:24-07:00
Forum: Users
Topic: Stand alone executables for Mac
Replies: 22
Views: 83752

Re: Stand alone executables for Mac

Dear Everyone,

I just build success ImageMagick on my OS X 10.10 with tiff delegate
with steps:

BUILD TIFF
download TIFF, cd to TIFF directory

./configure --enable-static --disable-shared --prefix=/libTiff
make
sudo make install

BUILD ImageMagick
download, cd ImageMagick Folder

./configure ...