vcpkg is a free C/C++ package manager for acquiring and managing libraries. Choose from over 1500 open source libraries to download and build in a single step or add your own private libraries to simplify your build process. Maintained by the Microsoft C++ team and open source contributors.
PS C:\dev\vcpkg> ./bootstrap-vcpkg.bat
Downloading https://github.com/microsoft/vcpkg-tool/releases/download/2024-08-01/vcpkg.exe -> C:\dev\vcpkg\vcpkg.exe (using IE proxy: 127.0.0.1:10809)... done.
Validating signature... done.
vcpkg package management program version 2024-08-01-fd884a0d390d12783076341bd43d77c3a6a15658
See LICENSE.txt for license information.
Telemetry
---------
vcpkg collects usage data in order to help us improve your experience.
The data collected by Microsoft is anonymous.
You can opt-out of telemetry by re-running the bootstrap-vcpkg script with -disableMetrics,
passing --disable-metrics to vcpkg on the command line,
or by setting the VCPKG_DISABLE_METRICS environment variable.
Read more about vcpkg telemetry at docs/about/privacy.md
PS C:\dev\vcpkg> .\vcpkg.exe upgrade
The following packages will be rebuilt:
* angle:x64-windows -> chromium_5414#7
* assimp:x64-windows -> 5.3.1#3
* eigen3:x64-windows -> 3.4.0#3
* kubazip:x64-windows -> 0.2.6
* minizip:x64-windows -> 1.3#1
* pugixml:x64-windows -> 1.14
* rapidjson:x64-windows -> 2023-07-17
* utfcpp:x64-windows -> 4.0.2
* vcpkg-get-python-packages:x64-windows -> 2023-07-28
* zlib:x64-windows -> 1.3
The following packages will be built and installed:
* polyclipping:x64-windows -> 6.4.2#12
* vcpkg-cmake-get-vars:x64-windows -> 2023-03-02
Additional packages (*) will be modified to complete this operation.
If you are sure you want to rebuild the above packages, run this command with the --no-dry-run option.
PS C:\dev\vcpkg> .\vcpkg.exe install eigen3
Computing installation plan...
The following packages will be built and installed:
eigen3:x64-windows -> 3.4.0#4
* vcpkg-cmake:x64-windows -> 2024-04-23
* vcpkg-cmake-config:x64-windows -> 2024-05-23
Additional packages (*) will be modified to complete this operation.
error: in triplet x64-windows: Unable to find a valid Visual Studio instance
Could not locate a complete Visual Studio instance
The following paths were examined for Visual Studio instances:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary/Build\vcvarsall.bat