michalwidera / retractordb

RetractorDB - Time Series Database
http://retractordb.com
MIT License
4 stars 2 forks source link

Implement Conan package manager. #21

Closed michalwidera closed 3 years ago

michalwidera commented 3 years ago

Conan.io delivered very good package manager for C++ We need to add this feature to code and facilitate code generation and build.

michalwidera commented 3 years ago

Short tutorial is here: https://www.youtube.com/watch?v=gEtluys31sA

As as source of binary packages we need to set conancenter. According to ttps://docs.conan.io/en/latest/uploading_packages/remotes.html conan-center is deprecated. We need to consider very carefully implement this feature due fact that conan 2.0 on the way and this could affect this build set.