Page 1 of 1

Where is the VisualMagick folder?

Posted: 2016-08-30T22:16:16-07:00
by Hans Malherbe
I pulled the source from github (https://github.com/ImageMagick/ImageMagick.git).

Instructions in the file Install-windows.txt mentions the VisualMagick\configure folder.
I cannot find this folder. Even reverting the git history at various times back to 2009 does not produce this folder.

I'm trying to use Magick++ in Visual Studio 2015 and this seems to be the first step.

Re: Where is the VisualMagick folder?

Posted: 2016-09-01T02:22:39-07:00
by Hans Malherbe
Solved.

There is a specific repository for the Windows build: https://github.com/ImageMagick/ImageMagick-Windows.
First cloned https://github.com/ImageMagick/ImageMagick-Windows and then ran CloneRepositories.cmd.

I had to modify CloneRepositories.cmd to find my git.exe and then run it multiple times to get all the repositories.