mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-10 23:07:52 +00:00
Replace text on how to enable IPv6 with disable
IPv6 support is now enabled by default, thus documentation should tell you how to disable it. Similarly the build-osx use of the flag can be removed.
This commit is contained in:
parent
7a8dd98863
commit
0af5366f01
@ -44,7 +44,7 @@ sudo port install qrencode
|
|||||||
4. Now you should be able to build bitcoind:
|
4. Now you should be able to build bitcoind:
|
||||||
|
|
||||||
cd bitcoin/src
|
cd bitcoin/src
|
||||||
make -f makefile.osx USE_IPV6=1
|
make -f makefile.osx
|
||||||
|
|
||||||
Run:
|
Run:
|
||||||
./bitcoind --help # for a list of command-line options.
|
./bitcoind --help # for a list of command-line options.
|
||||||
|
@ -36,8 +36,8 @@ turned off by default. Set USE_UPNP to a different value to control this:
|
|||||||
USE_UPNP=0 (the default) UPnP support turned off by default at runtime
|
USE_UPNP=0 (the default) UPnP support turned off by default at runtime
|
||||||
USE_UPNP=1 UPnP support turned on by default at runtime
|
USE_UPNP=1 UPnP support turned on by default at runtime
|
||||||
|
|
||||||
IPv6 support may be enabled by setting:
|
IPv6 support may be disabled by setting:
|
||||||
USE_IPV6=1 Enable IPv6 support
|
USE_IPV6=0 Disable IPv6 support
|
||||||
|
|
||||||
Licenses of statically linked libraries:
|
Licenses of statically linked libraries:
|
||||||
Berkeley DB New BSD license with additional requirement that linked
|
Berkeley DB New BSD license with additional requirement that linked
|
||||||
|
Loading…
Reference in New Issue
Block a user