From 7cb0d73944011f3fd3190b65730c82d4395ce08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20=C5=A0kvorc?= Date: Mon, 7 Oct 2019 09:34:10 +0200 Subject: [PATCH] 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. --- substrate/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/README.adoc b/substrate/README.adoc index 810d07c612..f5d7f95713 100644 --- a/substrate/README.adoc +++ b/substrate/README.adoc @@ -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'