Where is tango.h?

Hello! I’m new to Tango, so I am sorry for potentially silly questions.
I was trying to compile the example of the Tango client from documentation, but the compiler said there’s no such file. So, where can I find it or shall I install it separately somehow?
Thank you in advance!

edit: I must add that I’m using Ubuntu linux on my machine.

Hello!

It depends on how you installed Tango.
What version of Tango are you using and how did you install it?

If you use a debian-base Linux distro (like Ubuntu), you should install libtango-dev package. This package include tango.h. Also you can download a TANGO source files using the Download section of this site (https://www.tango-controls.org/downloads/).
Besides, you can try to find tango.h on your computer using the locate command (locate tango.h).

[quote=“Aleksei”]If you use a debian-base Linux distro (like Ubuntu), you should install libtango-dev package. This package include tango.h. Also you can download a TANGO source files using the Download section of this site (https://www.tango-controls.org/downloads/).
Besides, you can try to find tango.h on your computer using the locate command (locate tango.h).[/quote]
This helped! Thank you all for your answers.