diff --git a/docs/BUILD_EXT.md b/docs/BUILD_EXT.md index b4079d542a..0c08fd6025 100644 --- a/docs/BUILD_EXT.md +++ b/docs/BUILD_EXT.md @@ -92,7 +92,7 @@ cd vcpkg .\vcpkg install lapack:x64-windows .\vcpkg install openblas:x64-windows .\vcpkg install hdf5:x64-windows -.\vcpkg install opencv:x64-windows +.\vcpkg install opencv4[core,jpeg,png,tiff,webp]:x64-windows ``` > Notice that you must install the `English Pack` for VS2019 for vcpkg to work. This can be done by clicking the `Language` panel in the VS2019 installer. (JOKE: the maintainer of vcpkg speaks Chinese too..)