Age | Commit message (Collapse) | Author |
|
The vcpkg tool has introduced a proper way to use manifests, https://devblogs.microsoft.com/cppblog/vcpkg-accelerate-your-team-development-environment-with-binary-caching-and-manifests/. This PR replaces the custom text file mechanism with the new manifest approach.
It is planned that vckpg manifests will include the ability to version dependencies in the future. Dependency versions would solve a number of issues that currently require workarounds with the appveyor CI.
Set vcpkg manifest version to 1 to avoid any perception it's related to any release or other version numbering.
|
|
|
|
As explained in #17864 there is a missing step that was required to finish the compilation for bitcoin core on windows
|
|
- Update Visual Studio instructions.
- Remove x64 platform conditional from bitcoin-qt project configuration.
- Set use native environment toolset to fix linker warning.
- Ignore linker warning about precompiled type information missing for test_bitcoin_qt.
|
|
|
|
use it.
|
|
Also adds missing Boost packages. Installing only the currently listed
packages was not sufficient to complete a build.
|
|
|
|
python2 and 3 installed.
|
|
|
|
PowerShell; other minor changes
|
|
|
|
|