Alternative sysvar setup for Windows (#3761)

* Alternative sysvar setup for Windows

The command line setup did not work for me. This adds instructions and images on how to do it through the UI.

* Modified instructions to use Powershell, removed images from PR.
This commit is contained in:
Bruno Škvorc
2019-10-07 09:34:10 +02:00
committed by Bastian Köcher
parent 32e687abe4
commit 7cb0d73944
+1 -1
View File
@@ -246,7 +246,7 @@ If you are trying to set up Substrate on Windows, you should do the following:
.\bootstrap-vcpkg.bat
.\vcpkg.exe install openssl:x64-windows-static
7. After, you need to add OpenSSL to your System Variables:
7. After, you need to add OpenSSL to your System Variables. Note that in order for the following commands to work, you need to use Windows Powershell:
$env:OPENSSL_DIR = 'C:\Tools\vcpkg\installed\x64-windows-static'
$env:OPENSSL_STATIC = 'Yes'