On Sat, Mar 16, 2013 at 4:20 PM, Ankur Sinha <span dir="ltr"><<a href="mailto:sanjay.ankur@gmail.com" target="_blank">sanjay.ankur@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Sat, 2013-03-16 at 14:39 -0700, William Woodall wrote:<br>
> Catkin can be installed by simply following the CMake standard<br>
> build/install process:<br>
><br>
><br>
> $ cd /path/to/catkin/src<br>
> $ mkdir build<br>
> $ cd build<br>
> $ cmake ..<br>
> $ make<br>
> $ (sudo) make install<br>
><br>
<br>
</div>Thanks William, that works. Is there a page on what the files do and<br>
whether I can move them around to follow fedora's guidelines? For<br>
example, the env setup files in /usr/ will need to be moved<br>
to /usr/share/catkin. I also see a .rosinstall and .catkin file in /usr<br>
which appear to be kind of a markers (from docs/dev_guide/layout.rst).<br>
Can I move these to other locations without breaking the ros package<br>
set?<br></blockquote><div><br></div><div>These files are used to extend your environment when you install to a prefix not on the system path (~/install, /opt/ros/groovy/, etc...).</div><div><br></div><div>I do not think you can move them, but you can disable them, we do this on our buildfarm when building debians:</div>

<div><br></div><div><a href="https://github.com/ros-infrastructure/bloom/blob/master/bloom/generators/debian/templates/rules.em#L28">https://github.com/ros-infrastructure/bloom/blob/master/bloom/generators/debian/templates/rules.em#L28</a></div>

<div><br></div><div>By setting '<span style="background-color:rgb(255,255,204);color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;line-height:16px;white-space:pre">CATKIN_BUILD_BINARY_PACKAGE=1</span>'  you indicate to catkin that it should not generate any of the setup*, env*, or .rosinstall/.catkin files.</div>

<div><br></div><div>--</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">--<br>
Thanks,<br>
Warm regards,<br>
Ankur: "FranciscoD"<br>
<br>
Please only print if necessary.<br>
<br>
Looking to contribute to Fedora? Look here: <a href="https://fedoraproject.org/wiki/Fedora_Join_SIG" target="_blank">https://fedoraproject.org/wiki/Fedora_Join_SIG</a><br>
<br>
<a href="http://fedoraproject.org/wiki/User:Ankursinha" target="_blank">http://fedoraproject.org/wiki/User:Ankursinha</a><br>
<a href="http://dodoincfedora.wordpress.com/" target="_blank">http://dodoincfedora.wordpress.com/</a><br>
</div></div><br>_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
<br></blockquote></div><br>