Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] INSTALL: Update the list of vcpkg packages to install #1385

Merged
merged 2 commits into from
Mar 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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:
Expand Down Expand Up @@ -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] ^
Expand Down