You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and up**), **Intel icc 19+**, Intel OneAPI C++ compiler 2022+.
22
22
***CMake >= 3.15** (tested through 3.29)
23
-
***OpenEXR/Imath >= 3.1** (tested through 3.2
24
-
and main)
23
+
***Imath >= 3.1** (tested through 3.1.x and main)
24
+
***OpenEXR >= 3.1** (tested through 3.2 and main)
25
25
***libTIFF >= 4.0** (tested through 4.6)
26
26
* libjpeg >= 8 (tested through jpeg9e), or **libjpeg-turbo >= 2.1** (tested
27
27
through 3.0)
@@ -181,7 +181,8 @@ OpenImageIO:
181
181
* libjpeg
182
182
* libtiff
183
183
* libpng
184
-
* OpenEXR.
184
+
* Imath
185
+
* OpenEXR
185
186
186
187
These can be installed using the standard package managers on your system.
187
188
Optionally, to build the image viewing tools, you will need Qt and OpenGL.
@@ -273,7 +274,7 @@ Building on Windows
273
274
274
275
You will need to have Git, CMake and Visual Studio installed.
275
276
276
-
The minimal set of dependencies for OIIO is: zlib, libTIFF, OpenEXR, and libjpeg or libjpeg-turbo. If you have them built somewhere then you skip
277
+
The minimal set of dependencies for OIIO is: zlib, libTIFF, Imath, OpenEXR, and libjpeg or libjpeg-turbo. If you have them built somewhere then you skip
277
278
the section below, and will only have to point OIIO build process so their locations.
278
279
279
280
* zlib: this will build it, and then delete the non-static library, so they don't get picked up:
0 commit comments