https://vcpkg.readthedocs.io/en/latest/users/android/
https://docs.microsoft.com/zh-cn/cpp/build/vcpkg-command-line-reference?view=msvc-160
命令 Command 描述
vcpkg search [pat] 搜索可安装的包
vcpkg install <pkg>... 安装包
vcpkg remove <pkg>... 卸载包
vcpkg remove --outdated 卸载所有过期包
vcpkg list 列出已安装的包
vcpkg update 显示用于更新的包列表
vcpkg upgrade 重新生成所有过期包
vcpkg hash <file> [alg] 通过特定算法对文件执行哈希操作,默认为 SHA512
vcpkg integrate install 使已安装包在用户范围内可用。 首次使用时需要管理权限
vcpkg integrate remove 删除用户范围的集成
vcpkg integrate project 为使用单个 VS 项目生成引用 NuGet 包
vcpkg export <pkg>... [opt]... 导出包
vcpkg edit <pkg> 打开端口进行编辑(使用 %EDITOR%,默认为“code”)
vcpkg create <pkg> <url> [archivename] 创建新程序包
vcpkg cache 列出缓存的已编译包
vcpkg version 显示版本信息
vcpkg contact --survey 显示联系信息,以便发送反馈。
vcpkg search sqlite3
F:\vcpkg\vcpkg>vcpkg search sqlite3
dlib[sqlite3] sqlite3 support for dlib
poco[sqlite3] Sqlite3 support for POCO
soci[sqlite3] Build sqlite3 backend
sqlcipher[geopoly] enable geopoly functionality for sqlite3
sqlcipher[json1] enable JSON functionality for sqlite3
sqlcipher[tool] sqlite3 executable
sqlite3 3.33.0 SQLite is a software library that implements a self-contained, serverless, zer...
sqlite3[geopoly] enable geopoly functionality for sqlite3
sqlite3[json1] enable JSON functionality for sqlite3
sqlite3[tool] sqlite3 executable
sqlitecpp 3.1.1#1 SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
sqlitecpp[sqlcipher] Use the sqlcipher port
sqlitecpp[sqlite] Use the (unofficial) sqlite3 port of vcpkg
sqlpp11-connector... 0.30 A C++ wrapper for sqlite3 meant to be used in combination with sqlpp11.
wt[sqlite3] Wt::Dbo Sqlite 3 backend
vcpkg install sqlite3 不添加架构信息默认编译x86
vcpkg instal sqlite3:x64-windows