aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Young <marky@lunarg.com>2016-01-28 09:59:35 -0700
committerMark Young <marky@lunarg.com>2016-01-28 09:59:35 -0700
commitfaa60b7a3dca6605a258d497b7205a7bbd965910 (patch)
treedff39f1619b6c9928daee73c27c99e29c39f31ff
parent802d67863267278b8424b95481e766c85ca89194 (diff)
downloadusermoji-faa60b7a3dca6605a258d497b7205a7bbd965910.tar.xz
misc: Update BUILD.md to point to latest ImageMagick.
We probably won't keep this link around much longer, but I wanted to continue to provide a working link so people don't have issues installing the appropriate version of ImageMagick.
-rw-r--r--BUILD.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index 685f4da1..dcd08008 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -334,9 +334,9 @@ Windows 7+ with additional required software packages:
- Tell the installer to treat line endings "as is" (i.e. both DOS and Unix-style line endings).
- Image Magick is used by the tests to compare images (from http://www.imagemagick.org/script/binary-releases.php)
- Install each a 32-bit and a 64-bit version, as the 64-bit installer does not install the 32-bit libraries and tools.
- - For example:
- - 64-bit: http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-1-Q16-x64-dll.exe
- - 32-bit: http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-1-Q16-x86-dll.exe
+ - Here are some helpful links (warning they may go out of date with a newer ImageMagick).
+ - 64-bit: http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-2-Q16-x64-dll.exe
+ - 32-bit: http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-2-Q16-x86-dll.exe
- For each of the installs, be sure to check box to "Install development headers and libraries"
- glslang is required for demos and tests.
- You can download and configure it (in a peer directory) here: https://github.com/KhronosGroup/glslang/blob/master/README.md