Added boost 1.71.0 req to Ubuntu instructions

Added boost 1.71.0 requirement and links to Ubuntu installation instructions
This commit is contained in:
Adrian Scott 2019-12-10 16:38:59 -05:00 committed by GitHub
parent adc6b35fdb
commit b17a88aa5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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