Merge pull request #3729

e3c68b90 README.md: mention building deps with -fPIC for static builds (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-04-29 21:38:12 +02:00
commit 88c78d1683
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,8 @@ invokes cmake commands as needed.
make release-static 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): * **Optional**: build documentation in `doc/html` (omit `HAVE_DOT=YES` if `graphviz` is not installed):
HAVE_DOT=YES doxygen Doxyfile HAVE_DOT=YES doxygen Doxyfile