1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-06-24 17:08:51 +00:00

Edited ch03.asciidoc with Atlas code editor

This commit is contained in:
nadams 2017-04-24 08:45:22 -07:00
parent 060e6db2db
commit 049f3d4238

View File

@ -140,10 +140,11 @@ The +configure+ script allows you to enable or disable certain features of +bitc
[TIP] [TIP]
==== ====
Here are some useful options that override the default behavior of the configure script: Here are some useful options that override the default behavior of the configure script:
++++ ++++
<dl class="test"> <dl class="test">
<dt><code>--prefix=$HOME</code></dt> <dt><code>--prefix=$HOME</code></dt>
<dd><p>This overrides the default installation location (which is +/usr/local/+) for the resulting executable. Use $HOME to put everything in your home directory, or a different path.</p></dd> <dd><p>This overrides the default installation location (which is <em>/usr/local/</em>) for the resulting executable. Use $HOME to put everything in your home directory, or a different path.</p></dd>
<dt><code>--disable-wallet</code></dt> <dt><code>--disable-wallet</code></dt>
<dd><p>This is used to disable the reference wallet implementation.</p></dd> <dd><p>This is used to disable the reference wallet implementation.</p></dd>