mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-12 15:50:08 +00:00
Updated Adding OpenEXR (markdown)
parent
9da4c539dc
commit
4921c6050d
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user