Skip to content
Snippets Groups Projects
Commit 7cb0d739 authored by Bruno Škvorc's avatar Bruno Škvorc Committed by Bastian Köcher
Browse files

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.
parent 32e687ab
No related merge requests found
......@@ -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'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment