mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.1 KiB
47 lines
1.1 KiB
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"builtin-baseline": "9edb1b8e590cc086563301d735cae4b6e732d2d2",
|
|
"overrides":[
|
|
{"name": "libevent", "version": "2.1.12#7"},
|
|
{"name": "liblzma", "version": "5.4.1#1"}
|
|
],
|
|
"dependencies": [
|
|
"boost-date-time",
|
|
"boost-multi-index",
|
|
"boost-signals2",
|
|
"libevent"
|
|
],
|
|
"default-features": [
|
|
"wallet",
|
|
"zeromq",
|
|
"tests",
|
|
"qt5"
|
|
],
|
|
"features": {
|
|
"wallet": {
|
|
"description": "Enable wallet",
|
|
"dependencies": [ "berkeleydb", "sqlite3" ]
|
|
},
|
|
"sqlite": {
|
|
"description": "Enable SQLite wallet support",
|
|
"dependencies": [ "sqlite3" ]
|
|
},
|
|
"berkeleydb": {
|
|
"description": "Enable Berkeley DB wallet support",
|
|
"dependencies": [ "berkeleydb" ]
|
|
},
|
|
"zeromq": {
|
|
"description": "Enable ZMQ notifications",
|
|
"dependencies": [ "zeromq" ]
|
|
},
|
|
"tests": {
|
|
"description": "Build test_bitcoin.exe executable",
|
|
"dependencies": [ "boost-test" ]
|
|
},
|
|
"qt5": {
|
|
"description": "Build GUI, Qt 5",
|
|
"dependencies": [ "qt5-base", "qt5-tools" ]
|
|
}
|
|
}
|
|
}
|