From 060e6db2dbaa9a8383cb4b8120446f6d0df7d9a2 Mon Sep 17 00:00:00 2001 From: nadams Date: Mon, 24 Apr 2017 08:40:58 -0700 Subject: [PATCH] Edited ch03.asciidoc with Atlas code editor --- ch03.asciidoc | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index 35c01804..784b8563 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -140,14 +140,21 @@ The +configure+ script allows you to enable or disable certain features of +bitc [TIP] ==== Here are some useful options that override the default behavior of the configure script: +++++ +
+
--prefix=$HOME
+

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.

-++--prefix=$HOME++:: 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. +
--disable-wallet
+

This is used to disable the reference wallet implementation.

-++--disable-wallet++:: This is used to disable the reference wallet implementation. +
--with-incompatible-bdb
+

If you are building a wallet, allow the use of an incompatible version of the Berkeley DB library.

-++--with-incompatible-bdb++:: If you are building a wallet, allow the use of an incompatible version of the Berkeley DB library. - -++--with-gui=no++:: Don't build the graphical user interface, which requires the Qt library. This builds server and command-line bitcoin only. +
--with-gui=no
+

Don't build the graphical user interface, which requires the Qt library. This builds server and command-line bitcoin only.

+
+++++ ==== Next, run the +configure+ script to automatically discover all the necessary libraries and create a customized build script for your system: