Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Aug 10, 2023
1 parent b31f949 commit 2d8459d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ InfluxDB C++ client library

## Installation

__Build requirements__
- CMake 3.12+
- C++17 compiler
### Build requirements
- **CMake 3.12+**
- **C++17 compiler**

### Dependencies
- [**cpr**](https://github.com/libcpr/cpr) (required)<sup>i)</sup>
- **boost 1.66+** (optional – see [Transports](#transports))

<sup>i)</sup> *cpr* needs to provide [CMake support](https://github.com/libcpr/cpr#find_package); some systems need to call `ldconfig` after *.so* installation.

__Dependencies__
- [cpr](https://github.com/libcpr/cpr) (required)
- boost 1.66+ (optional – see [Transports](#transports))

### Generic
```bash
Expand Down

0 comments on commit 2d8459d

Please sign in to comment.