From 7cbe2624ed2a7b3586e1d2fb101d9fa96859dcfe Mon Sep 17 00:00:00 2001 From: Michal Date: Thu, 23 Jan 2020 14:48:19 +0100 Subject: [PATCH] Update Readme.md with confgure.exe location Before running `configure.exe` make sure it's copied into `VisualMagick\configure\configure.exe` location, otherwise it will generate empty MSVC solution. --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 5b2b747..1eb350e 100644 --- a/Readme.md +++ b/Readme.md @@ -31,6 +31,7 @@ One of the folders that was created in the previous step is called `VisualMagick 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. +Before running `configure.exe` make sure it's copied into `VisualMagick\configure\configure.exe` location, otherwise it will generate empty MSVC solution. ### Build ImageMagick