Page 1 of 1

Building ImageMagick from source on Windows

Posted: 2010-01-27T06:28:10-07:00
by woogoo
Hi,

I've read various documents including this http://www.imagemagick.org/script/advan ... lation.php but I can't find any of the items referenced in it. And when I try to execute the configure found in the IM root directory I'm informed that it is not a recognised command.

Environment Windows Vista x64, Visual Studio 2008 with Intel Compiler 11.1.54.

Any help on this would be appreciated. Thanks.

Re: Building ImageMagick from source on Windows

Posted: 2010-01-27T23:26:16-07:00
by jpiquemal
Hello

1. open configure.vcproj (VC8) or configure.dsw (VC6) they are in visualmagick\configure
2. compile and run
3. open the .dsw that has been created in visualmagick and compile

Re: Building ImageMagick from source on Windows

Posted: 2010-01-28T06:46:20-07:00
by woogoo
Hi,

Well this is my point, I don't have this directory in my source taken from here.

ftp://ftp.imagemagick.org/pub/ImageMagi ... .5.9-0.zip

And if I have to build something to create it I can't see where or how to do this in the documentation provided.

--
Thanks.

Re: Building ImageMagick from source on Windows

Posted: 2010-01-28T09:00:10-07:00
by el_supremo
Use this one:
ftp://ftp.imagemagick.org/pub/ImageMagi ... .5.9-0.zip

It is much bigger than the one you have and the directory you need is in ImageMagick-6.5.9\VisualMagick\configure

Pete

Re: Building ImageMagick from source on Windows

Posted: 2010-01-29T10:38:19-07:00
by woogoo
Hi Pete.

This has worked for me compiled and built Static MT Libs using the Intel Compiler.
:D
Thank you.
--
Me