From 4921c6050d409450ea4e4dae4bd19f112d423739 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 30 Nov 2018 12:17:00 -0800 Subject: [PATCH] Updated Adding OpenEXR (markdown) --- Adding-OpenEXR.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Adding-OpenEXR.md b/Adding-OpenEXR.md index 7078cb6..e32e133 100644 --- a/Adding-OpenEXR.md +++ b/Adding-OpenEXR.md @@ -23,10 +23,12 @@ For the executables that build with this support, you need to update the project ## Using NuGet -Rather than building the libraries yourself, you can obtain a version compatible with VS 2015 / VS 2017 via the NuGet package manager: +Rather than building the libraries yourself, you can obtain a version compatible with VS 2017 via the NuGet package manager: The OpenEXR package [x86](https://www.nuget.org/packages/openexr-msvc-x86/) or [x64](https://www.nuget.org/packages/openexr-msvc-x64/) can be used to build [DirectXTexEXR.h](https://raw.githubusercontent.com/wiki/Microsoft/DirectXTex/DirectXTexEXR.h) / [DirectXTexEXR.cpp](https://raw.githubusercontent.com/wiki/Microsoft/DirectXTex/DirectXTexEXR.cpp), and then is needed to link the project EXE along with Zlib [x86](https://www.nuget.org/packages/zlib-msvc-x86/) or [x64](https://www.nuget.org/packages/zlib-msvc-x64/). +> Slightly older VS 2015 packages are also available: OpenEXR [x86](https://www.nuget.org/packages/openexr-msvc14-x86/) / [x64](https://www.nuget.org/packages/openexr-msvc14-x64/); Zlib [x86](https://www.nuget.org/packages/zlib-msvc14-x86/) / [x64](https://www.nuget.org/packages/zlib-msvc14-x64/). + ## License Note that OpenEXR is subject to its own [license](https://github.com/openexr/openexr/blob/develop/OpenEXR/LICENSE) as is [zlib](http://zlib.net/zlib_license.html).