blob: 8753b7047231eb66c767b26ca3dd87ae8f79ea15 (
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
|