aboutsummaryrefslogtreecommitdiffstats
path: root/README.windows
diff options
context:
space:
mode:
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.windows b/README.windows
index b4ba8fed..4cf547b8 100644
--- a/README.windows
+++ b/README.windows
@@ -18,6 +18,13 @@ If you have MSYS and Mingw installed, you can run configure as follows:
./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=mingw
+To build with msvc, you must be running in a shell environment that
+puts the MSVC tools in your path. Then you can run
+
+XXX WHAT?
+
+./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=msvc
+
From there, run
make