From 3729ac81c9d2f16eed17d2c2eff28d476b91413b Mon Sep 17 00:00:00 2001 From: anonimal Date: Tue, 23 Aug 2016 22:20:01 +0000 Subject: [PATCH] Docs: re-introduce Boost 1.58 min req from 2a2b655 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba067b8..94a51d81 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Dependencies: * 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)), +* Boost `>=1.58` * 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)