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 2308709
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 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__
### Build requirements
- CMake 3.12+
- C++17 compiler

__Dependencies__
- [cpr](https://github.com/libcpr/cpr) (required)
- boost 1.66+ (optional – see [Transports](#transports))
### 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.


### Generic
```bash
Expand Down

0 comments on commit 2308709

Please sign in to comment.