Skip to content

Commit

Permalink
Add notes for targeting Windows ARM64 OpenSSL (microsoft#1859)
Browse files Browse the repository at this point in the history
* Add notes for targeting Windows ARM64 OpenSSL

* Fix grammar
  • Loading branch information
wegylexy authored Jul 29, 2021
1 parent 480daf1 commit 30a01b3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,12 @@ Note at minimum CMake 3.16 is required. Instructions for installing the newest v

### Additional Requirements on Windows

* [CMake](https://cmake.org/)
* [CMake](https://cmake.org/) (available in "Developer Command Prompt for VS 2019" when "C++ CMake tools for Windows" are installed)
* [Perl](https://www.perl.org/get.html) optional (required for OpenSSL build)
* [Visual Studio 2019](https://www.visualstudio.com/vs/) or higher
* Latest [Windows Insider](https://insider.windows.com/en-us/) builds
* [Visual Studio 2019](https://www.visualstudio.com/vs/) (or Build Tools for Visual Studio 2019) with
- C++ CMake tools for Windows
- MSVC v142 - VS 2019 C++ (_Arch_) build tools
* Latest [Windows Insider](https://insider.windows.com/en-us/) builds (required for SChannel build)

## Running a Build

Expand Down Expand Up @@ -195,6 +197,7 @@ xcode-select --install

### Windows

Ensure the corresponding "MSVC v142 - VS 2019 C++ (_Arch_) build tools" are installed for the target arch, e.g. selecting "Desktop development with C++" only includes x64/x86 but not ARM64 by default.
```
mkdir build && cd build
cmake -g 'Visual Studio 16 2019' -A x64 ..
Expand Down

0 comments on commit 30a01b3

Please sign in to comment.