Where is the VisualMagick folder?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Hans Malherbe
Posts: 2
Joined: 2016-08-30T21:57:43-07:00
Authentication code: 1151

Where is the VisualMagick folder?

Post 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.
Hans Malherbe
Posts: 2
Joined: 2016-08-30T21:57:43-07:00
Authentication code: 1151

Re: Where is the VisualMagick folder?

Post 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.
Post Reply