Clone
5
Creating new OpenSSL Windows binary distributions
Josh Matthews edited this page 2019-05-31 13:59:35 -04:00
  • Install vcpkg on a machine with MSVC 2017 installed
  • Run:
vcpkg install openssl-windows:x86-windows openssl-windows:x64-windows openssl-windows:arm64-windows
vcpkg export openssl-windows:x86-windows openssl-windows:x64-windows openssl-windows:arm64-windows --zip
  • Combine the three exported zip files' contents into a new zip with top-level x86-windows, x64-windows, and arm64-windows directories
  • Upload the new reduced zip file to the msvc-deps s3 bucket