mirror of
https://github.com/monero-project/monero.git
synced 2024-11-16 15:57:36 +00:00
README: Compile boost with cxxflags=-fPIC cflags=-fPIC
Rebased and squashed by moneromooo
This commit is contained in:
parent
0c77523d61
commit
52e19d6955
1 changed files with 1 additions and 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue