Skip to content

Commit 6a7ed5e

Browse files
committed
Merge bitcoin/bitcoin#29481: doc: Update OpenBSD build docs for 7.4
fccfdb2 doc: Update OpenBSD build docs to 7.4 (Jesse Barton) Pull request description: Updated OpenBSD Build doc for 7.4 after testing all build options. No issues on my end. Also 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 ACKs for top commit: fanquake: ACK fccfdb2 theStack: lgtm ACK fccfdb2 Tree-SHA512: be6d22b605140b37a71e11c5bbed54f60655832d78cd3cb221eddc77c7621a65c0d71baf436f90819be536d9b5dbf1a0b2c82b6b23d62356addc495403f2ba35
2 parents 5c6d900 + fccfdb2 commit 6a7ed5e

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)