doc: Switch pkg-config package to modern pkgconf on NetBSD

This commit is contained in:
Hennadii Stepanov
2026-08-05 21:53:05 +01:00
parent 9b85c9814d
commit 5964c7229f

View File

@@ -68,7 +68,7 @@ Otherwise, if you don't need QR encoding support, use the `-DWITH_QRENCODE=OFF`
Bitcoin Core can provide notifications via ZeroMQ. To compile ZMQ support, install the following dependency and pass `-DWITH_ZMQ=ON` when configuring.
```bash
pkgin install zeromq pkg-config
pkgin install zeromq pkgconf
```
#### Test Suite Dependencies