summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2017-01-20 19:49:17 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2017-01-20 19:49:17 +0100
commit73aec753f5dcbfa96bb5ab556f5d044ad175b4ee (patch)
treed68b186c2618d9233b09a85ab774091eccafb642 /windows
parent2c42d366e770a9f5a925ae9d66a10017f6a179a7 (diff)
downloadlibgd-73aec753f5dcbfa96bb5ab556f5d044ad175b4ee.tar.gz
Markup windows/readme.md
Diffstat (limited to 'windows')
-rw-r--r--windows/readme.md26
1 files changed, 15 insertions, 11 deletions
diff --git a/windows/readme.md b/windows/readme.md
index 8753b70..cb50e26 100644
--- a/windows/readme.md
+++ b/windows/readme.md
@@ -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 \ No newline at end of file
+# 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
+```