contributing to ros
Hi, I wrote a new package for ros groovy (here) and I would like to share it with others so that they can use just apt-get to install it. However, I have some questions before I do so:
there is a static library that the node needs to run. What should my CMakeLists.txt look like so that the library gets installed when somebody uses apt-get install?
This is more of a linux question: I read the page about contributing to ros - so I know I only share my repo. But the repo does not contain the executables. From what I have read online it seems that apt-get install does not involve any compiling - by using apt-get we are downloading executables right away. So where are they stored and how do they come to life?
thanks for anwerring