aboutsummaryrefslogtreecommitdiffstats
path: root/NOTES-WINDOWS.md
diff options
context:
space:
mode:
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