ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Can someone clarify the install process after make completes the build in /tmp?

Can someone clarify the install process after make completes the build in /tmp?

I think I understand why the default is to install to /usr/local but I'm not sure that it is obvious that /usr/local/setup.sh is part of ROS

The method I used is roughly $ make

Edit CMakeCache.txt CMAKE_INSTALL_PREFIX:PATH=/opt/ros

$ sudo make install

Testing continues...

Can someone clarify the install process after make completes the build in /tmp?

I think I understand why the default is to install to /usr/local but I'm not sure that it is obvious that /usr/local/setup.sh is part of ROS

The method I used is roughly roughly

$ make

Edit CMakeCache.txt CMAKE_INSTALL_PREFIX:PATH=/opt/ros

$ sudo make install

Testing continues...

Can someone clarify the install process after make completes the build in /tmp?

I think I understand why the default is to install to /usr/local but I'm not sure that it is obvious that /usr/local/setup.sh is part of ROS

The method I used is roughly

$ make

Edit CMakeCache.txt CMAKE_INSTALL_PREFIX:PATH=/opt/ros

$ sudo make install

Testing continues...

Also, gcc/g++ 4.6 seems to have issues, but gcc/g++ 4.5 seems to work.