diff options
author | Italocoin Project <12392580+italocoin-project@users.noreply.github.com> | 2018-03-25 18:36:25 +0200 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-18 10:23:32 +0000 |
commit | 52e19d695517fffedabd28424756175743f511bc (patch) | |
tree | ac19feca7918b10c306e5d263de66e5caad75215 | |
parent | README: fill in libsodium package name for Arch (diff) | |
download | monero-52e19d695517fffedabd28424756175743f511bc.tar.xz |
README: Compile boost with cxxflags=-fPIC cflags=-fPIC
Rebased and squashed by moneromooo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |