This document describes the requirements and instructions to build ImageMagick for Windows on your own machine.
To build ImageMagick with Visual Studio the following components should be installed:
:Naming of these components might differ between version of Visual Studio. The example above use the Visual Studio 2017 names.
The ImageMagick library is build with a number of third party libraries. Run CloneRepositories.cmd
to clone these libraries and the ImageMagick library.
One of the folders that was created in the previous step is called VisualMagick
and this folder contains a folder called configure
. This folder contains a solution configure.sln
. Open this solution with Visual Studio and start a Release build of the project. This will create a file called configure.exe
in the folder. Running this program will start a Wizard that allows configuration of ImageMagick and its individual components.
Depending on which options where chosen when running configure.exe
one of the following solutions will be created in the VisualMagick
folder:
Open the solution to start building ImageMagick. The binaries will be created in the VisualMagick\bin folder.