We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc6b35 commit b17a88aCopy full SHA for b17a88a
README.md
@@ -6,6 +6,10 @@ Python 3.7 is used for this project. Make sure your default python version is >=
6
```bash
7
sudo apt-get update
8
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
13
sh install.sh
14
15
# Install MongoDB Community Edition
0 commit comments