aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.txt
diff options
context:
space:
mode:
authorPeter Todd <pete@petertodd.org>2012-12-03 05:34:15 -0500
committerPeter Todd <pete@petertodd.org>2012-12-03 05:37:32 -0500
commit0af5366f0162b19232db300dd218e8c0c280bb39 (patch)
tree85433838385c73925ca59208284803adde5698d2 /doc/build-osx.txt
parent7a8dd988638e197e13c8faf366cfb81aa4d67783 (diff)
downloadbitcoin-0af5366f0162b19232db300dd218e8c0c280bb39.tar.xz
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.
Diffstat (limited to 'doc/build-osx.txt')
-rw-r--r--doc/build-osx.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.txt b/doc/build-osx.txt
index af16162a59..fd878043c0 100644
--- a/doc/build-osx.txt
+++ b/doc/build-osx.txt
@@ -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.