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.
2 parents 3abdddd + b17a88a commit acdb83aCopy full SHA for acdb83a
README.md
@@ -8,6 +8,10 @@ You will need to enable [UPnP](https://www.homenethowto.com/ports-and-nat/upnp-a
8
```bash
9
sudo apt-get update
10
sudo apt-get install build-essential cmake python3-dev python3-venv --no-install-recommends
11
+
12
+# Update boost version to 1.71.0 or greater if needed, check version: dpkg -s libboost-dev | grep 'Version'
13
+# Install from www.boost.org
14
15
sh install.sh
16
17
# Install MongoDB Community Edition
0 commit comments