diff options
| -rw-r--r-- | BUILD.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
