mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-16 04:59:35 +00:00
Edited ch03.asciidoc with Atlas code editor
This commit is contained in:
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
|
==== 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
|
$ make
|
||||||
|
Loading…
Reference in New Issue
Block a user