mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
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:
committed by
Bastian Köcher
parent
32e687abe4
commit
7cb0d73944
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user