Re: [ros-release] catkin install targets

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: Jack O'Quin
Dato:  
Til: Shaun Edwards
CC: ros-release@code.ros.org
Emne: Re: [ros-release] catkin install targets
On Mon, Dec 30, 2013 at 10:12 AM, Shaun Edwards <>wrote:

> All,
>
> I'm in the process of doing my first catkin/bloom release and I have a
> question about whether install targets are required. It looks like the
> install target in CMakeList can be used to install things like launch
> files. Is this required for a debian release (does the debain build
> process utilize make install)?
>


Shaun: you have to explicitly install almost everything you want included
in your Debian package. For launch files, do it like this:

http://docs.ros.org/api/catkin/html/howto/installing_other.html
--
joq