From 2256cc61774cc0e737e2518c2535ce56dfe0d06f Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 13 Jun 2018 05:31:03 +0200 Subject: [PATCH] updated dependencies --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ea0d03..6c795cc 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ The documentation is far from complete, sorry. ## Dependencies * Tested OS: Linux - * C++ compiler (tested: gcc 6.4, clang 5.0) - * [cmake](https://cmake.org/) (tested: 3.9.6) - * [boost](http://www.boost.org/) (tested: 1.63.0) - * [curlpp](http://www.curlpp.org/) (tested: 0.8.1) + * C++ compiler (tested: gcc 6.4, 7.3) + * [cmake](https://cmake.org/) (tested: 3.9) + * [boost](http://www.boost.org/) (tested: 1.65 / 1.62) + * [curlpp](http://www.curlpp.org/) (tested: 0.8 / 0.7) * [mastodon-cpp](https://schlomp.space/tastytea/mastodon-cpp) (at least: 0.12.0) - * [jsoncpp](https://github.com/open-source-parsers/jsoncpp) (tested: 1.8.4) + * [jsoncpp](https://github.com/open-source-parsers/jsoncpp) (tested: 1.8 / 1.7) ## Get sourcecode