AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
[TOC] > [home](https://vcpkg.io/en/getting-started.html) ## 概述 使用 vcpkg 进行依赖库下载 ## 设置代理 在环境变量中添加 ``` X_VCPKG_ASSET_SOURCES ``` 值为 ``` x-azurl,http://106.15.181.5/ ``` ## 安装 win ``` git clone https://github.com/Microsoft/vcpkg.git .\vcpkg\bootstrap-vcpkg.bat ``` linux ``` git clone https://github.com/Microsoft/vcpkg.git ./vcpkg/bootstrap-vcpkg.sh ``` ## 示例 ### 下载库 ``` vcpkg install boost ```