mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-15 12:19:46 +01:00
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
This commit is contained in:
parent
1ac627c485
commit
fccfdb25b2
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# OpenBSD Build Guide
|
# OpenBSD Build Guide
|
||||||
|
|
||||||
**Updated for OpenBSD [7.3](https://www.openbsd.org/73.html)**
|
**Updated for OpenBSD [7.4](https://www.openbsd.org/74.html)**
|
||||||
|
|
||||||
This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
|
This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
|
||||||
|
|
||||||
|
@ -43,6 +43,8 @@ BerkeleyDB is only required to support legacy wallets.
|
||||||
It is recommended to use Berkeley DB 4.8. You cannot use the BerkeleyDB library
|
It is recommended to use Berkeley DB 4.8. You cannot use the BerkeleyDB library
|
||||||
from ports. However you can build it yourself, [using depends](/depends).
|
from ports. However you can build it yourself, [using depends](/depends).
|
||||||
|
|
||||||
|
Refer to [depends/README.md](/depends/README.md) for detailed instructions.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
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
|
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
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue