mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
README.md: mention building deps with -fPIC for static builds
This commit is contained in:
parent
9864284750
commit
f6d5ada824
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,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…
Reference in a new issue