summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/windows/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/libgd-src/windows/readme.md')
-rw-r--r--Build/source/libs/gd/libgd-src/windows/readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/libs/gd/libgd-src/windows/readme.md b/Build/source/libs/gd/libgd-src/windows/readme.md
new file mode 100644
index 00000000000..21d741ab253
--- /dev/null
+++ b/Build/source/libs/gd/libgd-src/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