Hi, I don’t think we have an installation guide…
What problems did you run into ? you could install all the packages ? which backend do you want to use.
I am not necessarily familiar with the debian packages, as the preferred method to install is via the project:
It lets you build and run hdb++ with timescaledb backend. But you would need to compile every component for yourself and it is a bit messy at the time being. So let’s focus on the packages first.
If you are not familiar with Ansible, it is quite easy to do all this step-by-step manually.
Pay attention that most repos are my forks, Damien mentioned the reason above.
I have a problem to compile hdb++cm, I have this error:
" error: \u2018string_free\u2019 is not a member of \u2018Tango\u2019
Tango::string_free(*attr_SetStrategy_read);
"
For your use case (MySQL backend), this guide still seems to be mostly valid (the location of the source repository is obviously wrong).
There are probably some obsolete items there since this guide was already old at the time of the post you found.
About the Tango::string_free error, Tango::string_free was introduced in cppTango 9.3.2
So, which exact version are you using?
If you’re using a recent version of cppTango >= 9.3.2, you need to ensure that the include files used for the compilation are really the ones coming from the expected cppTango version (do you have several versions installed on your computer?).