Skip to content

Commit a762525

Browse files
lgritz1div0
authored andcommitted
doc: Update INSTALL.md to reflect the latest versions we've tested against (AcademySoftwareFoundation#4058)
Signed-off-by: Larry Gritz <[email protected]> Signed-off-by: Peter Kovář <[email protected]>
1 parent ef06678 commit a762525

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

INSTALL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
2323
* **CMake >= 3.15** (tested through 3.27)
2424
* **OpenEXR/Imath >= 2.4** (recommended: 3.1 or higher; tested through 3.2
2525
and main) (ADVISORY: We expect that OIIO 2.6 in 2024 will require OpenEXR >= 3.1)
26-
* libTIFF >= 3.9 (recommended: 4.0+; tested through 4.5)
26+
* libTIFF >= 3.9 (recommended: 4.0+; tested through 4.6)
2727
* libjpeg >= 8 (tested through jpeg9e), or **libjpeg-turbo >= 2.1** (tested
2828
through 3.0)
29-
* Boost >= 1.53 (recommended: at least 1.66; tested through 1.81)
29+
* Boost >= 1.53 (recommended: at least 1.66; tested through 1.83)
3030
* **[fmtlib](https://github.com/fmtlib/fmt) >= 7.0** (tested through 10.1).
3131
If not found at build time, this will be automatically downloaded unless
3232
the build sets `-DBUILD_MISSING_FMT=OFF`.
3333

3434
### Optional dependencies -- features may be disabled if not found
3535
* If you are building the `iv` viewer (which will be disabled if any of
3636
these are not found):
37-
* Qt5 >= 5.6 (tested through 5.15) or Qt6 (tested through 6.4)
37+
* Qt5 >= 5.6 (tested through 5.15) or Qt6 (tested through 6.6)
3838
* OpenGL
3939
* If you are building the Python bindings or running the testsuite:
4040
* Python >= 2.7 (tested against 2.7, 3.7, 3.8, 3.9, 3.10, 3.11)
@@ -50,7 +50,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
5050
* OpenJpeg >= 2.0 (tested through 2.5; we recommend 2.4 or higher
5151
for multithreading support)
5252
* If you want support for OpenVDB files:
53-
* OpenVDB >= 5.0 (tested through 10.1). Note that using OpenVDB >= 10.0
53+
* OpenVDB >= 5.0 (tested through 11.0). Note that using OpenVDB >= 10.0
5454
requires that you compile OIIO with C++17 or higher.
5555
* If you want to use TBB as the thread pool:
5656
* TBB >= 2018 (tested through 2021 and OneTBB)
@@ -61,13 +61,13 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
6161
* giflib >= 4.1 (tested through 5.2; 5.0+ is strongly recommended for
6262
stability and thread safety)
6363
* If you want support for HEIF/HEIC or AVIF images:
64-
* libheif >= 1.3 (1.7 required for AVIF support, tested through 1.16)
64+
* libheif >= 1.3 (1.7 required for AVIF support, tested through 1.17)
6565
* libheif must be built with an AV1 encoder/decoder for AVIF support.
6666
* Avoid libheif 1.10 on Mac, it is very broken. Libheif 1.11+ is fine.
6767
* If you want support for DICOM medical image files:
6868
* DCMTK >= 3.6.1 (tested through 3.6.7)
6969
* If you want support for WebP images:
70-
* WebP >= 0.6.1 (tested through 1.3.1)
70+
* WebP >= 0.6.1 (tested through 1.3.2)
7171
* If you want support for OpenColorIO color transformations:
7272
* OpenColorIO >= 1.1 (tested through 2.3; 2.0+ is recommended)
7373
* If you want support for Ptex:
@@ -78,7 +78,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
7878
tree, but if you want to use an external, system-installed version (as
7979
may be required by some software distributions with policies against
8080
embedding other projects), then just build with `-DUSE_EXTERNAL_PUGIXML=1`.
81-
Any PugiXML >= 1.8 should be fine (we have tested through 1.13).
81+
Any PugiXML >= 1.8 should be fine (we have tested through 1.14).
8282

8383

8484

0 commit comments

Comments
 (0)