Skip to content

Commit b17a88a

Browse files
authored
Added boost 1.71.0 req to Ubuntu instructions
Added boost 1.71.0 requirement and links to Ubuntu installation instructions
1 parent adc6b35 commit b17a88a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Python 3.7 is used for this project. Make sure your default python version is >=
66
```bash
77
sudo apt-get update
88
sudo apt-get install build-essential cmake python3-dev python3-venv --no-install-recommends
9+
10+
# Update boost version to 1.71.0 or greater if needed, check version: dpkg -s libboost-dev | grep 'Version'
11+
# Install from www.boost.org
12+
913
sh install.sh
1014

1115
# Install MongoDB Community Edition

0 commit comments

Comments
 (0)