/
githubmirror
/
bitcoin
Обзор
Документация
Войти
/
githubmirror
/
bitcoin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
vcpkg.json
52 строки
1 KB
fanquake
vcpkg: remove libevent
23 июн 2026, 11:25
Не верифицирован
23 июн 2026, 11:25
96d7f55
Код
Авторство
О чём код?
{ "$comment": "The builtin-baseline corresponds to 2025.08.27 Release", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "builtin-baseline": "120deac3062162151622ca4860575a33844ba10b", "dependencies": [ "boost-multi-index" ], "default-features": [ "qt", "tests", "wallet", "zeromq" ], "features": { "qt": { "description": "Build GUI, Qt 6", "dependencies": [ { "name": "qtbase", "default-features": false, "features": [ "gui", "network", "png", "testlib", "widgets" ] }, "qttools", "libqrencode" ] }, "tests": { "description": "Build test_bitcoin.exe executable", "dependencies": [ "boost-test" ] }, "wallet": { "description": "Enable wallet (SQLite)", "dependencies": [ "sqlite3" ] }, "zeromq": { "description": "Enable ZMQ notifications", "dependencies": [ "zeromq" ] } } }