From: Gabor Kertesz Date: Tue, 22 Mar 2022 17:13:22 +0000 (+0100) Subject: Add build note for win-arm64 X-Git-Tag: openssl-3.2.0-alpha1~2817 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288e9680399d3a755861d309058dda2fb48af8bf;p=thirdparty%2Fopenssl.git Add build note for win-arm64 Windows on Arm is not officially supported by release, but with x86 emulated Perl it can be built locally. This method is added to Windows notes. Locally all tests are passed on win-arm64. CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17940) --- diff --git a/NOTES-WINDOWS.md b/NOTES-WINDOWS.md index 40fd95cf672..b2343834e10 100644 --- a/NOTES-WINDOWS.md +++ b/NOTES-WINDOWS.md @@ -71,9 +71,10 @@ Quick start 5. From the root of the OpenSSL source directory enter - perl Configure VC-WIN32 if you want 32-bit OpenSSL or - perl Configure VC-WIN64A if you want 64-bit OpenSSL or - perl Configure to let Configure figure out the platform + perl Configure VC-WIN32 if you want 32-bit OpenSSL or + perl Configure VC-WIN64A if you want 64-bit OpenSSL or + perl Configure to let Configure figure out the x86/x64 platform or + perl Configure VC-WIN64-ARM if you want Windows on Arm (win-arm64) OpenSSL 6. nmake