Skip to content

Commit cf8e15a

Browse files
committed
Also improve INSTALL docs talking about Imath vs OpenEXR
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 48b7c17 commit cf8e15a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

INSTALL.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
2020
* Compilers: **gcc 9.3** - 14.1, **clang 5** - 18, MSVS 2017 - 2019 (**v19.14
2121
and up**), **Intel icc 19+**, Intel OneAPI C++ compiler 2022+.
2222
* **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)
2525
* **libTIFF >= 4.0** (tested through 4.6)
2626
* libjpeg >= 8 (tested through jpeg9e), or **libjpeg-turbo >= 2.1** (tested
2727
through 3.0)
@@ -181,7 +181,8 @@ OpenImageIO:
181181
* libjpeg
182182
* libtiff
183183
* libpng
184-
* OpenEXR.
184+
* Imath
185+
* OpenEXR
185186

186187
These can be installed using the standard package managers on your system.
187188
Optionally, to build the image viewing tools, you will need Qt and OpenGL.
@@ -273,7 +274,7 @@ Building on Windows
273274

274275
You will need to have Git, CMake and Visual Studio installed.
275276

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
277278
the section below, and will only have to point OIIO build process so their locations.
278279

279280
* zlib: this will build it, and then delete the non-static library, so they don't get picked up:

0 commit comments

Comments
 (0)