Skip to content

Commit fccfdb2

Browse files
committed
doc: Update OpenBSD build docs to 7.4
Tested and used all build options on OpenBSD 7.4 with no issues. Added a note about referring to depends/README.md for detailed instructions on required dependencies. This was added in reference to a conversation in #29443
1 parent 1ac627c commit fccfdb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/build-openbsd.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenBSD Build Guide
22

3-
**Updated for OpenBSD [7.3](https://www.openbsd.org/73.html)**
3+
**Updated for OpenBSD [7.4](https://www.openbsd.org/74.html)**
44

55
This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
66

@@ -43,6 +43,8 @@ BerkeleyDB is only required to support legacy wallets.
4343
It is recommended to use Berkeley DB 4.8. You cannot use the BerkeleyDB library
4444
from ports. However you can build it yourself, [using depends](/depends).
4545

46+
Refer to [depends/README.md](/depends/README.md) for detailed instructions.
47+
4648
```bash
4749
gmake -C depends NO_BOOST=1 NO_LIBEVENT=1 NO_QT=1 NO_SQLITE=1 NO_NATPMP=1 NO_UPNP=1 NO_ZMQ=1 NO_USDT=1
4850
...

0 commit comments

Comments
 (0)