diff options
| author | Chun Kuan Lee <[email protected]> | 2018-06-16 04:04:21 +0000 |
|---|---|---|
| committer | Chun Kuan Lee <[email protected]> | 2018-07-18 02:48:34 +0000 |
| commit | f447a0a7079619f0d650084df192781cca9fd826 (patch) | |
| tree | 58692bcd1b704ddffdca2f780a4cd4c348441891 /doc | |
| parent | Replace boost program_options (diff) | |
| download | discoin-f447a0a7079619f0d650084df192781cca9fd826.tar.xz discoin-f447a0a7079619f0d650084df192781cca9fd826.zip | |
Remove program options from build system
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index e884c0ab6..d9208fed5 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -70,7 +70,7 @@ 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-program-options-dev libboost-test-dev libboost-thread-dev + 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 BerkeleyDB is required for the wallet. |