blob: 21d741ab253a634d6b9d3f94cc18b439977f3481 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|