diff options
Diffstat (limited to 'Build/source/libs/gd/libgd-2.1.1/windows/readme.md')
-rw-r--r-- | Build/source/libs/gd/libgd-2.1.1/windows/readme.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/libs/gd/libgd-2.1.1/windows/readme.md b/Build/source/libs/gd/libgd-2.1.1/windows/readme.md new file mode 100644 index 00000000000..8753b704723 --- /dev/null +++ b/Build/source/libs/gd/libgd-2.1.1/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 |