aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartijn Otto <git@martijnotto.nl>2020-03-11 09:16:30 +0100
committerMartijn Otto <git@martijnotto.nl>2020-03-11 09:16:30 +0100
commit3031debfd67e17abbd92d861b40488eb8f956445 (patch)
treecacf9e20f10bca12fa267af34b223922a3285d88 /README.md
parentMerge pull request #6248 (diff)
downloadmonero-3031debfd67e17abbd92d861b40488eb8f956445.tar.xz
Bump downloaded boost version to 1.72
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c46097358..4d1a39127 100644
--- a/README.md
+++ b/README.md
@@ -332,13 +332,13 @@ If you are using the older Raspbian Jessie image, compiling Monero is a bit more
* Then, install the dependencies for Monero except `libunwind` and `libboost-all-dev`
-* Install the latest version of boost (this may first require invoking `apt-get remove --purge libboost*` to remove a previous version if you're not using a clean install):
+* Install the latest version of boost (this may first require invoking `apt-get remove --purge libboost*-dev` to remove a previous version if you're not using a clean install):
```bash
cd
- wget https://sourceforge.net/projects/boost/files/boost/1.64.0/boost_1_64_0.tar.bz2
- tar xvfo boost_1_64_0.tar.bz2
- cd boost_1_64_0
+ wget https://sourceforge.net/projects/boost/files/boost/1.72.0/boost_1_72_0.tar.bz2
+ tar xvfo boost_1_72_0.tar.bz2
+ cd boost_1_72_0
./bootstrap.sh
sudo ./b2
```