Merge 53b5a4f7ec into merged_master (Bitcoin PR #16483)

This commit is contained in:
Andrew Poelstra 2020-11-09 21:20:10 +00:00
commit 239d3a2003

View file

@ -44,7 +44,7 @@ The instructions below use `vcpkg` to install the dependencies.
- Use Python to generate *.vcxproj from Makefile
```
PS >python msvc-autogen.py
PS >py -3 msvc-autogen.py
```
- Build in Visual Studio.