Re: [ros-users] Is it possible to "binary package" built sta…

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] Is it possible to "binary package" built stacks ?
On Tue, Dec 14, 2010 at 3:54 PM, Willy Lambert <> wrote:
> I don't need to cross compile, all are x86 Linux Systemes. It's like :
> "okay, I finished my developpement, know I would like to publish precompiled
> binaires". Somehow it's like a make install which separates binairies from
> build tree.


hi Willy,

An install target for ROS is a long-standing feature request:
https://code.ros.org/trac/ros/ticket/946. It will come, in ROS 1.5.x.
In the meantime, you can't easily relocate a built source tree. To
transfer to another machine, your best bet is to tar up the built
source tree, copy it over, and untar it in the same location in the
filesystem.

    brian.