readme: add deps: miniupnpc and libunwind
miniupnpc is included in source repo, but list it anyway, eventually that fork will hopefully go away from this repo.
This commit is contained in:
parent
2b8a1eb9cb
commit
5018dfb79a
|
@ -69,6 +69,8 @@ Dependencies:
|
||||||
* libgtest `>=1.5`
|
* libgtest `>=1.5`
|
||||||
* Boost `>=1.53 && !=1.54` (note: 1.54 is not supported [more details here](http://goo.gl/RrCFmA)),
|
* Boost `>=1.53 && !=1.54` (note: 1.54 is not supported [more details here](http://goo.gl/RrCFmA)),
|
||||||
* BerkeleyDB `>=4.8` (note: on Ubuntu this means installing libdb-dev and libdb++-dev)
|
* BerkeleyDB `>=4.8` (note: on Ubuntu this means installing libdb-dev and libdb++-dev)
|
||||||
|
* libunwind (optional, for stack trace on exception)
|
||||||
|
* miniupnpc (optional, for NAT punching)
|
||||||
|
|
||||||
Static Build Additional Dependencies:
|
Static Build Additional Dependencies:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue