From b17a88aa5e9b74b425a229fb64484c970324eadf Mon Sep 17 00:00:00 2001 From: Adrian Scott Date: Tue, 10 Dec 2019 16:38:59 -0500 Subject: [PATCH] Added boost 1.71.0 req to Ubuntu instructions Added boost 1.71.0 requirement and links to Ubuntu installation instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fa7fc0ef8dec..555e693fc343 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Python 3.7 is used for this project. Make sure your default python version is >= ```bash sudo apt-get update sudo apt-get install build-essential cmake python3-dev python3-venv --no-install-recommends + +# Update boost version to 1.71.0 or greater if needed, check version: dpkg -s libboost-dev | grep 'Version' +# Install from www.boost.org + sh install.sh # Install MongoDB Community Edition