Skip to content

Commit

Permalink
Add cpr installation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Aug 10, 2023
1 parent b31f949 commit 72156e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ InfluxDB C++ client library
- C++17 compiler

__Dependencies__
- [cpr](https://github.com/libcpr/cpr) (required)
- [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
mkdir build && cd build
Expand Down

0 comments on commit 72156e2

Please sign in to comment.