aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItalocoin Project <12392580+italocoin-project@users.noreply.github.com>2018-03-25 18:36:25 +0200
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-18 10:23:32 +0000
commit52e19d695517fffedabd28424756175743f511bc (patch)
treeac19feca7918b10c306e5d263de66e5caad75215
parentREADME: fill in libsodium package name for Arch (diff)
downloadmonero-52e19d695517fffedabd28424756175743f511bc.tar.xz
README: Compile boost with cxxflags=-fPIC cflags=-fPIC
Rebased and squashed by moneromooo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f18bd9081..7f5dcf290 100644
--- a/README.md
+++ b/README.md
@@ -282,7 +282,7 @@ If you are using the older Raspbian Jessie image, compiling Monero is a bit more
```
* Wait ~8 hours
```
- sudo ./bjam install
+ sudo ./bjam cxxflags=-fPIC cflags=-fPIC -a install
```
* Wait ~4 hours