aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Young <marky@lunarg.com>2016-01-22 09:20:03 -0700
committerMark Young <marky@lunarg.com>2016-01-25 16:04:01 -0700
commit56a26f618e207eaa77d0fe34ac97c7c4dda740f7 (patch)
treefee6d0e9767c29b97876b6f58c8e724b344bb4b8
parent74cc2ac18d90678b7639fa6fda273339ab3df487 (diff)
downloadusermoji-56a26f618e207eaa77d0fe34ac97c7c4dda740f7.tar.xz
DOCS: Updated LoaderAndTools doc to indicate updated ImageMagick requirements.
Updated docs to indicate that both 32-bit and 64-bit installs of ImageMagick are required.
-rw-r--r--BUILD.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 7b71e1f2..685f4da1 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -333,7 +333,11 @@ Windows 7+ with additional required software packages:
- Tell the installer to allow it to be used for "Developer Prompt" as well as "Git Bash".
- 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)
- - Be sure to check box to "Install development headers and libraries"
+ - 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
+ - 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
- A windows batch file has been included that will pull and build the correct version. Run it from Developer Command Prompt for VS2013 like so: