Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Improve README (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
awegrzyn authored Feb 24, 2020
1 parent 4398f8b commit 6a0cfe1
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a0cfe1

Please sign in to comment.