From 3fe644a3adf9ed1520b2c59f86d34db0fa180fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Wed, 15 Mar 2023 15:43:15 +0100 Subject: [PATCH 1/2] [doc] INSTALL: Update list of packages to install with VCPKG Add "expat" and "onnxruntime-gpu" to the list of packages to install. --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index ea31c50fad..852297f756 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -106,6 +106,8 @@ vcpkg install ^ alembic ^ geogram ^ eigen3 ^ + expat ^ + onnxruntime-gpu ^ opencv[eigen,ffmpeg,webp,contrib,nonFree,cuda] ^ openimageio[libraw,ffmpeg,freetype,opencv,gif,openjpeg,webp] ^ ceres[suitesparse,cxsparse] ^ From eaa8b8c24fcacbc395a1f67a21f2414da54d0f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Wed, 15 Mar 2023 15:43:33 +0100 Subject: [PATCH 2/2] [doc] INSTALL: Update recommended version for OpenImageIO --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 852297f756..72773fa882 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,7 +30,7 @@ AliceVision depends on external libraries: * [Geogram >= 1.7.5](https://github.com/BrunoLevy/geogram) * [Expat >= 2.4.8](https://libexpat.github.io/) * [OpenEXR >= 2.5](https://github.com/AcademySoftwareFoundation/openexr) -* [OpenImageIO >= 2.1.0](https://github.com/OpenImageIO/oiio) +* [OpenImageIO >= 2.1.0 (recommended >= 2.4.6)](https://github.com/OpenImageIO/oiio) * [zlib](https://www.zlib.net) Other optional libraries can enable specific features (check "CMake Options" for enabling them): @@ -48,7 +48,7 @@ Other optional libraries can enable specific features (check "CMake Options" for * UncertaintyTE (Uncertainty computation) * CoinUtils >= 2.9.3 (if you need to build it use [our fork](https://github.com/alicevision/CoinUtils) with a CMake build system) * Coin-or linear programming (Clp) (if you need to build it use [our fork](https://github.com/alicevision/Clp) with a CMake build system) -* Open Solver Interface (Osi) >= 0.106.10 (if you need to build it use [our fork](https://github.com/alicevision/Osi) +* Open Solver Interface (Osi) >= 0.106.10 (if you need to build it use [our fork](https://github.com/alicevision/Osi)) AliceVision also depends on some embedded libraries: