Those notes are for systems that are EOL. Also, those instructions would pull in a ton of additional dependencies such as python2
.
Can be reviewed with git diff HEAD~ --word-diff
Those notes are for systems that are EOL. Also, those instructions would pull in a ton of additional dependencies such as python2
.
Can be reviewed with git diff HEAD~ --word-diff
81- sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
82-
83-2. If that doesn't work, you can install all boost development packages with:
84-
85- sudo apt-get install libboost-all-dev
86+ sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
Travis failed with same error as #13461 (comment)
0 CXXLD bitcoin-cli
1 CXXLD bitcoin-tx
2 CXXLD test/test_bitcoin
3 CXXLD bench/bench_bitcoin
4 OBJCXXLD qt/bitcoin-qt
5/bin/mkdir -p Bitcoin-Qt.app/Contents/MacOS
6STRIPPROG="/home/travis/build/bitcoin/bitcoin/depends/x86_64-apple-darwin11/share/../native/bin/x86_64-apple-darwin11-strip" /bin/bash /home/travis/build/bitcoin/bitcoin/build/bitcoin-x86_64-apple-darwin11/build-aux/install-sh -c -s src/qt/bitcoin-qt Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt
7/home/travis/build/bitcoin/bitcoin/build/bitcoin-x86_64-apple-darwin11/build-aux/install-sh: src/qt/bitcoin-qt does not exist.
8Makefile:1214: recipe for target 'Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt' failed
9make: *** [Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt] Error 1
10make: *** Waiting for unfinished jobs....
MarcoFalke
promag
laanwj
practicalswift
Labels
Docs