1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

CH03::building: mention daemon & Unix; link to other instructions

- Add just a few words so users know what the "d" in bitcoind and the
  "Unix" in build-unix.md stand for.

- Since the last update to this text, there are instructions for many
  more platforms available, so rewrite final sentence to alert users to
  them.
This commit is contained in:
David A. Harding 2023-02-05 07:10:47 -10:00
parent 5f2c61e71b
commit ff1d3fb92e

View File

@ -177,12 +177,13 @@ seealso="Bitcoin Core")))The source code includes documentation, which
can be found in a number of files. Review the main documentation located can be found in a number of files. Review the main documentation located
in _README.md_ in the _bitcoin_ directory by typing ++**more in _README.md_ in the _bitcoin_ directory by typing ++**more
README.md**++ at the prompt and using the spacebar to progress to the README.md**++ at the prompt and using the spacebar to progress to the
next page. In this chapter, we will build the command-line Bitcoin next page. In this chapter, we will build the Bitcoin Core daemon
client, also known as +bitcoind+ on Linux. Review the instructions for (server), also known as +bitcoind+ on Linux (a Unix-like system). Review the instructions for
compiling the +bitcoind+ command-line client on your platform by typing compiling the +bitcoind+ command-line client on your platform by typing
++**more doc/build-unix.md**++. Alternative instructions for macOS and ++**more doc/build-unix.md**++. Alternative instructions can be found in
Windows can be found in the _doc_ directory, as _build-osx.md_ or the _doc_ directory; for example, _build-windows.md_ for Windows
_build-windows.md_, respectively. instructions. As of this writing, instructions are available for
Android, FreeBSD, NetBSD, OpenBSD, MacOS (OSX), Unix, and Windows.
Carefully review the build prerequisites, which are in the first part of Carefully review the build prerequisites, which are in the first part of
the build documentation. These are libraries that must be present on the build documentation. These are libraries that must be present on