aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Barbour <tony@LunarG.com>2015-06-10 16:53:00 -0600
committerTony Barbour <tony@LunarG.com>2015-06-11 13:50:51 -0600
commita29ccd840fefbc57833872e57dcaec04113df8ab (patch)
treeff6a94cc507d91e6c8a91ee2cb58082e6264e8ba
parent4f7db6732641ecf2fae357deab5fc8047a8361ab (diff)
downloadusermoji-a29ccd840fefbc57833872e57dcaec04113df8ab.tar.xz
tests: Document Image Magick dependency
Conflicts: tests/CMakeLists.txt
-rw-r--r--BUILD.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 5aa3a01a..267e5add 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -155,6 +155,8 @@ Windows 7+ with additional, software:
- If you don't want to use Cygwin, there are other shells and environments that can be used.
You can also use a Git package that doesn't come from Cygwin.
- Git (from http://git-scm.com/download/win).
+ - 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"
## Windows Build
@@ -208,4 +210,4 @@ where to find the layer libraries, and which ones you desire to use. The defaul
Note: If both the registry value and environment variable are used, they are concatenated into a new semi-colon-delimited list.
-The icd loader searches in all of the folders for files that are named "VKLayer*.dll" (e.g. "VKLayerParamChecker.dll"). It attempts to dynamically load these files, and look for appropriate functions. \ No newline at end of file
+The icd loader searches in all of the folders for files that are named "VKLayer*.dll" (e.g. "VKLayerParamChecker.dll"). It attempts to dynamically load these files, and look for appropriate functions.