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:54 +0100
commitef8312480e5c21495f43740b8522459aa8cf9a79 (patch)
tree2ff5d11c10c48140d1752728ba5a103c7ec58023 /NOTES-WINDOWS.md
parent44a5f7c06a206507c5d4c751d770c2efae18f652 (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) (cherry picked from commit 288e9680399d3a755861d309058dda2fb48af8bf)
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