Rust Openssl 依赖
目录
在 window 上使用 openssl, 会遇到错误 failed to run custom build command for
openssl-sys v0.9.102
.
解决方法
- 下载 vcpkg, 打开
powershell
- 执行
./bootstrap-vcpkg.bat
- 执行
./vcpkg.exe install openssl:x64-windows-static
- 配置环境变量
OPENSSL_DIR=C:\Users\ooooo\Development\Vcpkg\installed\x64-windows-static
- 重新启动项目编译