diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-04-29 21:38:12 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-04-29 21:38:12 +0200 |
commit | 88c78d16833f6652be855be12ad9d8ea16759e4a (patch) | |
tree | e76060f4f67b4e770a9fdadf84de6ed7739faf76 | |
parent | Merge pull request #3720 (diff) | |
parent | README.md: mention building deps with -fPIC for static builds (diff) | |
download | monero-88c78d16833f6652be855be12ad9d8ea16759e4a.tar.xz |
Merge pull request #3729
e3c68b90 README.md: mention building deps with -fPIC for static builds (moneromooo-monero)
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -239,6 +239,8 @@ invokes cmake commands as needed. make release-static +Dependencies need to be built with -fPIC. Static libraries usually aren't, so you may have to build them yourself with -fPIC. Refer to their documentation for how to build them. + * **Optional**: build documentation in `doc/html` (omit `HAVE_DOT=YES` if `graphviz` is not installed): HAVE_DOT=YES doxygen Doxyfile |