运行安装命令时,vcpkg 会首先搜索此处。 installed -包含每个已安装库的标头和库文件。与 Visual Studio 集成时,实质上是相当于告知它将此文件夹添加到其搜索路径。 packages - 在不同的安装之间用于暂存的内部文件夹。 ports -用于描述每个库的目录、版本和下载位置的文件。如有需要,可添加自己的端口。 scripts -...
vcpkg search [pat] Searchforpackages available to be built vcpkg install <pkg>... Install a package vcpkg remove <pkg>... Uninstall a package vcpkg remove --outdated Uninstall all out-of-date packages vcpkg list List installed packages vcpkg update Display list of packagesforupdating vcpkg upgr...
The following packages will be built and installed: boost:x86-windows * bzip2:x86-windows * zlib:x86-windows Additional packages (*) will be installed to complete this operation. 查看已安装的三方库 命令vcpkg list可以查询已有的三方库: > vcpkg list boost:x86-windows 1.64-3 Peer-reviewed p...
installed目录下会分很多不同类型的文件夹作为区分。 注意:你的VS需要安装英文的语言包。不然你会看到vcpkg的报告。解决办法:到 VS 安装向导,修改安装,点语言包,勾选英语;安装即可。 移除库 移除包的名字和你安装时候的名字要一样, 不知道详细名字可以使用 ./vcpkg.exe list 看一下你安装的包 ....
This option can be used in conjunction with --dry-run to obtain the list of NuGet packages required from binary caching without building or installing any packages. This enables the NuGet command line to be invoked separately for advanced scenarios, such as using alternate protocols to acquire ...
The vcpkg export commandcan be used to export built packages from the installed directory to a standalone SDK. A variety of formats are supported, including NuGet, a zip, or a raw directory. The SDK contains all prebuilt binaries for the selected packages, their transitive d...
While vcpkg supports a much larger variety of target platforms and architectures, the list above is validated exhaustively to ensure updated ports don’t break other ports in the catalog. Thank You to Our Contributors vcpkg couldn’t be where it is today without contributions from ...
installed Installs, upgrades, or removes packages such that that installed matches exactly those supplied upgrade Rebuilds all outdated packages Package Discovery: x-check-support Tests whether a port is supported without building it depend-info Displays a list of dependencies for ports list Lists ...
PS D:\test\opencvtest> vcpkg.exe list brotli:x86-windows-static-md 1.0.7#3 a generic-purpose lossless compression algorithm... bzip2:x86-windows-static-md 1.0.8#1 bzip2 is a freely available, patent free, high-q... double-conversion:x86-windows-static-md 3.1.5 Efficient binary-decimal ...
After you've gotten vcpkg installed and working, you may wish toadd tab completion to your terminal. Use vcpkg Create amanifest for your project's dependencies: vcpkg new --application vcpkg add port fmt Orinstall packages through the command line: ...