summaryrefslogtreecommitdiff
path: root/windows/readme.md
diff options
context:
space:
mode:
authorNathanael Jones <nathanael.jones@gmail.com>2014-10-17 12:54:48 -0400
committerNathanael Jones <nathanael.jones@gmail.com>2015-01-07 01:52:00 -0500
commit7c2b0713e78d0d6caa09d6aa58318441801794ea (patch)
tree9c8c42c0c879e9116c965557c8b84a362fbf1877 /windows/readme.md
parent07c3fde37ee7fb798cf13c5ea1be4d8ae9510066 (diff)
downloadlibgd-7c2b0713e78d0d6caa09d6aa58318441801794ea.tar.gz
Replace windows MSVC makefile; update msys iconv path.
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