Markup windows/readme.md

master
Christoph M. Becker 2017-01-20 19:49:17 +01:00
parent 2c42d366e7
commit 73aec753f5
1 changed files with 15 additions and 11 deletions

View File

@ -1,11 +1,15 @@
# 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
# 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
```