The current instructions assume usage of PowerShell; running in a Command Prompt results in a syntax error. Proposed change works with both Command Prompt and PowerShell.
Also a few other minor formatting changes.
The current instructions assume usage of PowerShell; running in a Command Prompt results in a syntax error. Proposed change works with both Command Prompt and PowerShell.
Also a few other minor formatting changes.
@sipsorcery Can you review?
45 | - openssl:x64-windows-static ` 46 | - zeromq:x64-windows-static ` 47 | - berkeleydb:x64-windows-static ` 48 | - secp256k1:x64-windows-static ` 49 | - leveldb:x64-windows-static 50 | + PS >.\vcpkg install boost:x64-windows-static libevent:x64-windows-static openssl:x64-windows-static zeromq:x64-windows-static berkeleydb:x64-windows-static secp256k1:x64-windows-static leveldb:x64-windows-static
Could use .\vcpkg install --triplet x64-windows-static boost-filesystem boost-signals2 boost-test libevent openssl zeromq berkeleydb secp256k1 leveldb instead. Don't have to install all boost dependencies.
+1 for switching to @ken2812221's vcpkg command (see note below).
Concept ACK
tACK.
@ken2812221 I ran an appveyor build with each of the twovcpkg commands below and both dragged in the exact same 80 packages, 70 of which were boost.
Your version is an improvement as it's shorter and I guess if the Boost dependency chain ever changes it could end up pulling in less packages.
vcpkg install --triplet x64-windows-static boost-filesystem boost-signals2 boost-test libevent openssl zeromq berkeleydb secp256k1 leveldb
vcpkg install boost:x64-windows-static libevent:x64-windows-static openssl:x64-windows-static zeromq:x64-windows-static berkeleydb:x64-windows-static secp256k1:x64-windows-static leveldb:x64-windows-static
PowerShell; other minor changes
I've incorporated @ken2812221 's suggestion.
utACK 5237850
tACK 523785042b5fccda981d85a7ea85a8ce30fe1709.