Page 1 of 1

Automating ImageMagick Visual Studio build

Posted: 2013-06-06T12:34:15-07:00
by DanKegel
I kind of like the ImageMagick installer for Windows, but needed to be able to nearly duplicate its output with variations.
And I really need this to be an automated build that I can invoke inside a buildbot,
so others here don't have to learn how to build it.

So I wrote a little cygwin script that (nearly) automates the process of
building ImageMagick with Visual Studio and swizzling the output
into the same directories the installer does.

It's kind of a work in progress, but maybe others will find it useful.
It's at
http://kegel.com/imagemagick-build.sh.txt

Caveats:
- only does dll bulds
- builds both release and debug
- includes .pdb files next to .dll's
- doesn't include all files yet
- untested

Re: Automating ImageMagick Visual Studio build

Posted: 2013-06-18T01:54:29-07:00
by broucaries
Newer version of autoconf allow to build using msvc.

See for instance
https://github.com/hropfork/gperf/blob/ ... ADME.woe32