diff options
author | danra <danra@users.noreply.github.com> | 2017-08-25 19:04:18 +0300 |
---|---|---|
committer | Dan Raviv <dan@soundradix.com> | 2017-08-30 23:29:30 +0300 |
commit | 7bb5d3000ca4b74c3701cf49eaf63e5a37dfe7ac (patch) | |
tree | 712eba01a4f95887f8588399d3691a60a6e6340d /doc/build-unix.md | |
parent | d81dccf191a48a6b59c3747d7b4ccbe3535dde40 (diff) |
Add python3 to list of dependencies on some platforms
python3 is required for running the unit tests on macOS, Ubuntu and Fedora.
Without python3 installed, 'make check' fails because /test/util/bitcoin-util-test.py fails to find python3.
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r-- | doc/build-unix.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index b7eae2a630..2e82934cd1 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -65,7 +65,7 @@ Dependency Build Instructions: Ubuntu & Debian ---------------------------------------------- Build requirements: - sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils + sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 Options when installing required Boost library files: @@ -131,7 +131,7 @@ Dependency Build Instructions: Fedora ------------------------------------- Build requirements: - sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel + sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3 Optional: |