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.
Where is the VisualMagick folder?
-
- Posts: 2
- Joined: 2016-08-30T21:57:43-07:00
- Authentication code: 1151
-
- Posts: 2
- Joined: 2016-08-30T21:57:43-07:00
- Authentication code: 1151
Re: Where is the VisualMagick folder?
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.
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.