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.
Edited 4 years ago
Hello!

It depends on how you installed Tango.
What version of Tango are you using and how did you install it?
Rosenberg's Law: Software is easy to make, except when you want it to do something new.
Corollary: The only software that's worth making is software that does something new.
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).
Edited 4 years ago
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).
This helped! Thank you all for your answers.
 
Register or login to create to post a reply.