Skip to content

Commit

Permalink
Merge pull request #2064 from petertodd/ipv6-doc-polarity
Browse files Browse the repository at this point in the history
Replace text on how to enable IPv6 with disable
  • Loading branch information
gavinandresen committed Dec 12, 2012
2 parents d339da7 + 0af5366 commit 50894e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/build-osx.txt
Expand Up @@ -44,7 +44,7 @@ sudo port install qrencode
4. Now you should be able to build bitcoind:

cd bitcoin/src
make -f makefile.osx USE_IPV6=1
make -f makefile.osx

Run:
./bitcoind --help # for a list of command-line options.
Expand Down
4 changes: 2 additions & 2 deletions doc/build-unix.txt
Expand Up @@ -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=1 UPnP support turned on by default at runtime

IPv6 support may be enabled by setting:
USE_IPV6=1 Enable IPv6 support
IPv6 support may be disabled by setting:
USE_IPV6=0 Disable IPv6 support

Licenses of statically linked libraries:
Berkeley DB New BSD license with additional requirement that linked
Expand Down

0 comments on commit 50894e4

Please sign in to comment.