VCPKG 使用
VCPKG 使用
Edmend ZhangVCPKG 使用
安装VCPKG
1. 克隆库
1 | git clone https://github.com/microsoft/vcpkg.git |
2. 安装库
1 | ./bootstrap-vcpkg.bat |
3. 使用
1 | // 查找库 |
4. 集成
1 | ./vcpkg integrate install |
Comment
匿名评论隐私政策
✅ 你无需删除空行,直接评论以获取最佳展示效果
1 | git clone https://github.com/microsoft/vcpkg.git |
1 | ./bootstrap-vcpkg.bat |
1 | // 查找库 |
1 | ./vcpkg integrate install |