diff options
| author | redfish <redfish@galactica.pw> | 2016-08-20 01:00:41 -0400 |
|---|---|---|
| committer | redfish <redfish@galactica.pw> | 2016-08-20 01:00:41 -0400 |
| commit | 556998643c23118962dee83bf0fc1b058b9ef886 (patch) | |
| tree | b98824e680baadaee070f9a985dd740f7ba84eb7 | |
| parent | 837baf57f8dd4084cb45842922c18bcfc509f6ed (diff) | |
| download | monzero-core-556998643c23118962dee83bf0fc1b058b9ef886.tar.gz monzero-core-556998643c23118962dee83bf0fc1b058b9ef886.tar.xz monzero-core-556998643c23118962dee83bf0fc1b058b9ef886.zip | |
readme: format dependencies into a list #951
| -rw-r--r-- | README.md | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -54,8 +54,21 @@ See [LICENSE](LICENSE). ### Overview: -Dependencies: GCC 4.7.3 or later, CMake 3.0.0 or later, libunbound 1.4.16 or later (note: Unbound is not a dependency, libunbound is), libevent 2.0 or later, libgtest 1.5 or later, and Boost 1.53 or later (except 1.54, [more details here](http://goo.gl/RrCFmA)), BerkeleyDB 4.8 or later (note: on Ubuntu this means installing libdb-dev and libdb++-dev). -Static Build Additional Dependencies: ldns 1.6.17 or later, expat 1.1 or later, bison or yacc +Dependencies: + +* GCC `>=4.7.3` +* CMake `>=3.0.0` +* libunbound `>=1.4.16` (note: Unbound is not a dependency, libunbound is) +* libevent `>=2.0` +* libgtest `>=1.5` +* 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) + +Static Build Additional Dependencies: + +* ldns `>=1.6.17` +* expat `>=1.1` +* bison or yacc **Basic Process:** |
