Skip to content

Commit acdb83a

Browse files
authored
Merge pull request #48 from AdrianScott/AdrianScott-ubuntu-install-1
Added boost 1.71.0 req to Ubuntu instructions
2 parents 3abdddd + b17a88a commit acdb83a

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
@@ -8,6 +8,10 @@ You will need to enable [UPnP](https://www.homenethowto.com/ports-and-nat/upnp-a
88
```bash
99
sudo apt-get update
1010
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+
1115
sh install.sh
1216

1317
# Install MongoDB Community Edition

0 commit comments

Comments
 (0)