Edited ch03.asciidoc with Atlas code editor

pull/339/head
judymcconville@roadrunner.com 7 years ago
parent f5edc43bd5
commit 9fd3b6a3c9

@ -177,7 +177,7 @@ If all goes well, the +configure+ command will end by creating the customized bu
==== Building the Bitcoin Core Executables
Next, you will compile the source code, a process that can take up to an hour to complete, depending on the speed of your CPU and available memory. During the compilation process you should see output every few seconds or every few minutes, or an error if something goes wrong. If an error occurs, or the compilation process is interrupted, it can be resumed any time by typing +make+ again. Type ++**make**++ to start compiling the executable application:
((("Bitcoin Core", "compiling from source code", "core executables")))Next, you will compile the source code, a process that can take up to an hour to complete, depending on the speed of your CPU and available memory. During the compilation process you should see output every few seconds or every few minutes, or an error if something goes wrong. If an error occurs, or the compilation process is interrupted, it can be resumed any time by typing +make+ again. Type ++**make**++ to start compiling the executable application:
----
$ make

Loading…
Cancel
Save