diff options
| author | MarcoFalke <[email protected]> | 2018-09-18 21:11:49 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-09-19 10:18:35 -0400 |
| commit | fad95e8da60d8eceb54a92be513941d7d04c1eb9 (patch) | |
| tree | 61b632fd8bb205a19c92598e8a16e138b64f106b /doc | |
| parent | doc: Split depends installation instructions per arch (diff) | |
| download | discoin-fad95e8da60d8eceb54a92be513941d7d04c1eb9.tar.xz discoin-fad95e8da60d8eceb54a92be513941d7d04c1eb9.zip | |
doc: Split build linux dependencies
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-unix.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index dfeb8ba26..82cd59be4 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -70,7 +70,11 @@ tuned to conserve memory with additional CXXFLAGS: Build requirements: - 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-test-dev libboost-thread-dev + sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 + +Now, you can either build from self-compiled [depends](/depends/README.md) or install the required dependencies: + + sudo apt-get libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev BerkeleyDB is required for the wallet. @@ -97,7 +101,7 @@ ZMQ dependencies (provides ZMQ API): sudo apt-get install libzmq3-dev -#### Dependencies for the GUI +GUI dependencies: If you want to build bitcoin-qt, make sure that the required packages for Qt development are installed. Qt 5 is necessary to build the GUI. |