Skip to content

Creating new OpenSSL Windows binary distributions

Josh Matthews edited this page May 31, 2019 · 5 revisions
  • 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
Clone this wiki locally