summaryrefslogtreecommitdiffstats
path: root/NOTES-WINDOWS.md
diff options
context:
space:
mode:
authorGabor Kertesz <gabor.kertesz@linaro.org>2022-03-22 18:13:22 +0100
committerTomas Mraz <tomas@openssl.org>2022-03-24 13:32:24 +0100
commit288e9680399d3a755861d309058dda2fb48af8bf (patch)
tree073e36768abb02dd0443894e8e051dc136bdc174 /NOTES-WINDOWS.md
parentcfd24cde81aa5f63dba41ddcde0fa3c5d64e1db0 (diff)
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 <pauli@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17940)
Diffstat (limited to 'NOTES-WINDOWS.md')
-rw-r--r--NOTES-WINDOWS.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/NOTES-WINDOWS.md b/NOTES-WINDOWS.md
index 40fd95cf67..b2343834e1 100644
--- a/NOTES-WINDOWS.md
+++ b/NOTES-WINDOWS.md
@@ -71,9 +71,10 @@ Quick start
<https://docs.microsoft.com/cpp/build/building-on-the-command-line>
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