Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 939 Bytes

File metadata and controls

39 lines (28 loc) · 939 Bytes

CPP2InfluxDB

C++ Implementation of database interface for an influx-database

Build Status Coverage Status

Requirements

  1. Installation of qt
  2. Installation of python3-pip and gitpython

Setup / Clone & Compile

# set variables
repoName="CPP2InfluxDB"
repoURL="https://github.com/open-pete/CPP2InfluxDB.git"
branch="master"
manifest="default.xml"

# clone this repository
git clone ${repoURL}
cd ${repoName}

# download all depency repos
git clone https://github.com/mezorian/EasyDepend.git
cp EasyDepend/*.py .
python3 example.py

# build
source /opt/qt55/bin/qt55-env.sh
/opt/qt55/bin/qmake
make clean
make

# run
./untitled