You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installation:windows.md: Adding note requiring to check installation of OpenSSL binaries and target compatibility on compiling from source in Windows (#1131)
Add the path `C:\WinFlexBison` to your systems environment variable "Path". [Here's how to do that](https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/).
304
304
305
+
It is important to have installed OpenSSL binaries, at least the library files and headers.
306
+
305
307
Also you need to install [git](https://git-scm.com/download/win) to pull the source code from the repository.
306
308
307
309
```powershell
@@ -311,7 +313,10 @@ PS> start git.exe
311
313
312
314
### Compilation
313
315
314
-
Open the start menu on Windows and type "Developer Command Prompt".
316
+
Open the start menu on Windows and type "Command Prompt for VS". From the result list select the one that corresponds to your target system ( x86 or x64).
317
+
318
+
> **Note:** Check that the installed OpenSSL library files match the selected target. You can check the library files by using the **dumpbin** command with the **/headers** option .
0 commit comments