This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Required: Visual Studio 2015 or 2017 (or probably later works) | |
| Setup | |
| 1. Clone/download OpenSSL 1.1.1 source to a folder | |
| 2. Download / install Perl (They recommend Active perl) | |
| I recommend using Chocolatey so for me: choco install activeperl | |
| 3. Ensure Perl is in the system path. (Choco appears to do this by default) | |
| 4. Download / install NASM | |
| I recommend using Chocolatey so for me: choco install nasm | |
| 5. Ensure NASM is in the system path. (For me the directory to add was C:\Program Files\NASM) |