README.md: mention building deps with -fPIC for static builds

pull/88/head
moneromooo-monero 6 years ago
parent 41a66bf05b
commit bb8c0f62be
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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

Loading…
Cancel
Save