From 6a0cfe18d33c7572fd64870684e4e4bf6285ac8d Mon Sep 17 00:00:00 2001 From: Adam Wegrzynek Date: Mon, 24 Feb 2020 21:09:35 +0100 Subject: [PATCH] Improve README (#53) --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b6076dea..557a6e8d 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,20 @@ InfluxDB C++ client library - Unix datagram socket - ### Installation +## Installation - __Build requirements:__ - g++ 6.0+, CMake 3.12+ +__OS support__ + - Ubuntu + - CentOS + - macOS -__Dependencies:__ - cURL, boost 1.57+ (optional) + __Build requirements__ + - CMake 3.12+ + - C++17 compliler + +__Dependencies__ + - CURL (required) + - boost 1.57+ (optional - see [Transports](#transports)) __Compilation__ ```bash