1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-24 21:30:14 +00:00

Updated Adding OpenEXR (markdown)

Chuck Walbourn 2022-04-17 20:24:02 -07:00
parent 524ff82575
commit a8785f7e5e

@ -21,7 +21,7 @@ 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 2017/2019 via the NuGet package manager:
Rather than building the libraries yourself, you can obtain a version compatible with VS 2019 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/).