Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 176 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 176 Bytes

libinfluxdb

libinfluxdb is a HTTP request-based C API

Install

Requires the following:

  • CMake
  • cJSON
mkdir build && cd build
cmake ../
make
sudo make install