aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNano Akron <nanoakron@users.noreply.github.com>2017-04-27 21:11:12 +0100
committerNano Akron <nanoakron@users.noreply.github.com>2017-04-27 21:18:05 +0100
commit777684e0c146c28e82a940eeac4b5b66ab03ce20 (patch)
tree1bfc0eab218719256b4c60160a30cc722048e6ca
parentMerge pull request #1996 (diff)
downloadmonero-777684e0c146c28e82a940eeac4b5b66ab03ce20.tar.xz
Update README.md instructions for Boost 1.64 and a little bit of formatting
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index acb997e13..4227cbd06 100644
--- a/README.md
+++ b/README.md
@@ -197,7 +197,7 @@ invokes cmake commands as needed.
HAVE_DOT=YES doxygen Doxyfile
-#### On the Raspberry Pi
+#### On the Raspberry Pi 2
Tested on a Raspberry Pi 2 with a clean install of minimal Debian Jessie from https://www.raspberrypi.org/downloads/raspbian/
@@ -215,23 +215,23 @@ Tested on a Raspberry Pi 2 with a clean install of minimal Debian Jessie from ht
* 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):
```
cd
- wget https://sourceforge.net/projects/boost/files/boost/1.62.0/boost_1_62_0.tar.bz2
- tar xvfo boost_1_62_0.tar.bz2
- cd boost_1_62_0
+ 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
./bootstrap.sh
sudo ./b2
```
* Wait ~8 hours
-
+```
sudo ./bjam install
-
+```
* Wait ~4 hours
* Change to the root of the source code directory and build:
-
+```
cd monero
make release
-
+```
* Wait ~4 hours
* The resulting executables can be found in `build/release/bin`