Skip to content

Commit 7e7ec98

Browse files
committed
doc: Remove mention of natpmp build options
1 parent 061c3e3 commit 7e7ec98

File tree

5 files changed

+7
-19
lines changed

5 files changed

+7
-19
lines changed

doc/build-freebsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ from ports. However, you can build DB 4.8 yourself [using depends](/depends).
4242

4343
```bash
4444
pkg install gmake
45-
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
45+
gmake -C depends NO_BOOST=1 NO_LIBEVENT=1 NO_QT=1 NO_SQLITE=1 NO_UPNP=1 NO_ZMQ=1 NO_USDT=1
4646
```
4747

4848
When the build is complete, the Berkeley DB installation location will be displayed:

doc/build-openbsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ from ports. However you can build it yourself, [using depends](/depends).
4444
Refer to [depends/README.md](/depends/README.md) for detailed instructions.
4545

4646
```bash
47-
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
47+
gmake -C depends NO_BOOST=1 NO_LIBEVENT=1 NO_QT=1 NO_SQLITE=1 NO_UPNP=1 NO_ZMQ=1 NO_USDT=1
4848
...
4949
to: /path/to/bitcoin/depends/*-unknown-openbsd*
5050
```

doc/build-osx.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,6 @@ Skip if you do not need this functionality.
135135
brew install miniupnpc
136136
```
137137

138-
###### libnatpmp
139-
140-
libnatpmp may be used for NAT-PMP port mapping.
141-
Skip if you do not need this functionality.
142-
143-
``` bash
144-
brew install libnatpmp
145-
```
146-
147-
Check out the [further configuration](#further-configuration) section for more information.
148-
149138
---
150139

151140
#### ZMQ Dependencies

doc/build-unix.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ executables, which are based on BerkeleyDB 4.8. Otherwise, you can build Berkele
6060

6161
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode)
6262

63-
Optional port mapping libraries (see: `-DWITH_MINIUPNPC=ON` and `-DWITH_NATPMP=ON`):
63+
Optional port mapping library (see: `-DWITH_MINIUPNPC=ON`):
6464

65-
sudo apt install libminiupnpc-dev libnatpmp-dev
65+
sudo apt install libminiupnpc-dev
6666

6767
ZMQ dependencies (provides ZMQ API):
6868

@@ -112,9 +112,9 @@ are based on Berkeley DB 4.8. Otherwise, you can build Berkeley DB [yourself](#b
112112

113113
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode)
114114

115-
Optional port mapping libraries (see: `-DWITH_MINIUPNPC=ON` and `-DWITH_NATPMP=ON`):
115+
Optional port mapping library (see: `-DWITH_MINIUPNPC=ON`):
116116

117-
sudo dnf install miniupnpc-devel libnatpmp-devel
117+
sudo dnf install miniupnpc-devel
118118

119119
ZMQ dependencies (provides ZMQ API):
120120

@@ -153,7 +153,7 @@ The legacy wallet uses Berkeley DB. To ensure backwards compatibility it is
153153
recommended to use Berkeley DB 4.8. If you have to build it yourself, and don't
154154
want to use any other libraries built in depends, you can do:
155155
```bash
156-
make -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
156+
make -C depends NO_BOOST=1 NO_LIBEVENT=1 NO_QT=1 NO_SQLITE=1 NO_UPNP=1 NO_ZMQ=1 NO_USDT=1
157157
...
158158
to: /path/to/bitcoin/depends/x86_64-pc-linux-gnu
159159
```

doc/dependencies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ You can find installation instructions in the `build-*.md` file for your platfor
3434
### Networking
3535
| Dependency | Releases | Version used | Minimum required | Runtime |
3636
| --- | --- | --- | --- | --- |
37-
| [libnatpmp](../depends/packages/libnatpmp.mk) | [link](https://github.com/miniupnp/libnatpmp/) | commit [f2433be...](https://github.com/bitcoin/bitcoin/pull/29708) | | No |
3837
| [MiniUPnPc](../depends/packages/miniupnpc.mk) | [link](https://miniupnp.tuxfamily.org/) | [2.2.7](https://github.com/bitcoin/bitcoin/pull/29707) | 2.1 | No |
3938

4039
### Notifications

0 commit comments

Comments
 (0)