doc: Add lsof to Test Suite Dependencies on NetBSD

This commit is contained in:
Hennadii Stepanov
2026-06-26 17:19:17 +01:00
parent 5d01aa4772
commit 5e96a8fd5a

View File

@@ -93,7 +93,14 @@ There is an included test suite that is useful for testing code changes when dev
To run the test suite (recommended), you will need to have Python 3 installed:
```bash
pkgin install python313 py313-zmq
pkgin install python313 py313-zmq lsof
```
When the `lsof` binary package was built for a different point release, it might be necessary to force its installation as follows:
```bash
echo "CHECK_OSABI=no" >> /etc/pkg_install.conf
pkgin install lsof
```
## Building Bitcoin Core