diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-29 20:05:09 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-29 20:06:19 +0100 |
| commit | e3c68b9018f5f5f64f48d818e40256ce854ba686 (patch) | |
| tree | b873b95ac41f16f075b12d4f65c1388b1371e83f | |
| parent | cd22cb807aec2691c9038dbb068467ef40ccdc6b (diff) | |
| download | monzero-core-e3c68b9018f5f5f64f48d818e40256ce854ba686.tar.gz monzero-core-e3c68b9018f5f5f64f48d818e40256ce854ba686.tar.xz monzero-core-e3c68b9018f5f5f64f48d818e40256ce854ba686.zip | |
README.md: mention building deps with -fPIC for static builds
| -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 |
