@@ -72,7 +72,7 @@ executables, which are based on BerkeleyDB 4.8. If you do not care about wallet
72
72
73
73
To build Bitcoin Core without wallet, see [ * Disable-wallet mode* ] ( #disable-wallet-mode )
74
74
75
- Optional port mapping libraries (see: ` --with-miniupnpc ` , ` --enable-upnp-default ` , and ` --with-natpmp ` , ` --enable-natpmp-default ` ):
75
+ Optional port mapping libraries (see: ` --with-miniupnpc ` , ` --enable-upnp-default ` , and ` --with-natpmp ` ):
76
76
77
77
sudo apt install libminiupnpc-dev libnatpmp-dev
78
78
@@ -133,7 +133,7 @@ pass `--with-incompatible-bdb` to configure. Otherwise, you can build Berkeley D
133
133
134
134
To build Bitcoin Core without wallet, see [ * Disable-wallet mode* ] ( #disable-wallet-mode )
135
135
136
- Optional port mapping libraries (see: ` --with-miniupnpc ` , ` --enable-upnp-default ` , and ` --with-natpmp ` , ` --enable-natpmp-default ` ):
136
+ Optional port mapping libraries (see: ` --with-miniupnpc ` , ` --enable-upnp-default ` , and ` --with-natpmp ` ):
137
137
138
138
sudo dnf install miniupnpc-devel libnatpmp-devel
139
139
@@ -187,11 +187,7 @@ libnatpmp
187
187
188
188
[ libnatpmp] ( https://miniupnp.tuxfamily.org/libnatpmp.html ) may be used for NAT-PMP port mapping. It can be downloaded
189
189
from [ here] ( https://miniupnp.tuxfamily.org/files/ ) . NAT-PMP support is compiled in and
190
- turned off by default. See the configure options for NAT-PMP behavior desired:
191
-
192
- --without-natpmp No NAT-PMP support, libnatpmp not required
193
- --disable-natpmp-default (the default) NAT-PMP support turned off by default at runtime
194
- --enable-natpmp-default NAT-PMP support turned on by default at runtime
190
+ turned off by default.
195
191
196
192
Berkeley DB
197
193
-----------
0 commit comments