summaryrefslogtreecommitdiff
path: root/windows/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'windows/readme.md')
-rw-r--r--windows/readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/windows/readme.md b/windows/readme.md
new file mode 100644
index 0000000..8753b70
--- /dev/null
+++ b/windows/readme.md
@@ -0,0 +1,11 @@
+# Building on Windows with Visual Studio 2013
+
+Open the VS2013 x64 Native Tools Command Prompt. 2012 will *not* work.
+Change to the gd-libgd folder.
+git clone https://github.com/imazen/gd-win-dependencies into the folder.
+Run
+nmake /f windows/Makefile.vc all
+nmake /f windows/Makefile.vc check
+
+Before rebuilding, run:
+nmake /f windows/Makefile.vc clean \ No newline at end of file