aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormj-xmr <mjxmr@protonmail.com>2021-03-13 12:10:58 +0100
committermj-xmr <mjxmr@protonmail.com>2021-03-13 12:10:58 +0100
commitfa54d25fb2c58dc6ab37e50932bbf10f9a8f1169 (patch)
tree1d0c5402421d2b9f76c85636ac8e55df290746c2 /README.md
parentMerge pull request #7399 (diff)
downloadmonero-fa54d25fb2c58dc6ab37e50932bbf10f9a8f1169.tar.xz
Doc: add only the required boost libraries instead of all of them
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3cecb3b5..043fe6c21 100644
--- a/README.md
+++ b/README.md
@@ -191,7 +191,7 @@ build the library binary manually. This can be done with the following command `
Install all dependencies at once on Debian/Ubuntu:
-``` sudo apt update && sudo apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpgm-dev qttools5-dev-tools libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler libudev-dev```
+``` sudo apt update && sudo apt install build-essential cmake pkg-config libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev libpgm-dev qttools5-dev-tools libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler libudev-dev libboost-chrono-dev libboost-date-time-dev libboost-filesystem-dev libboost-locale-dev libboost-program-options-dev libboost-regex-dev libboost-serialization-dev libboost-system-dev libboost-thread-dev doxygen graphviz ```
Install all dependencies at once on macOS with the provided Brewfile:
``` brew update && brew bundle --file=contrib/brew/Brewfile ```