User Tools

Site Tools


ros:install_deb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ros:install_deb [2014/01/20 22:06] redoxros:install_deb [2014/01/27 21:12] – [From source] redox
Line 11: Line 11:
  
 Deps: Deps:
-    sudo apt-get install python-rosdep python-rosinstall-generator python-wstool build-essential checkinstall python-kitchen libflann-dev libxml2-dev python-nose python-empy libpoco-dev+    sudo apt-get install python-rosdep python-rosinstall-generator python-wstool build-essential checkinstall python-kitchen libflann-dev libxml2-dev python-nose python-empy libpoco-dev libgtest-dev python-sip-dev python-qt4-dev libbz2-dev  libfltk1.3-dev  libxft-dev libfontconfig1-dev libxinerama-dev 
 +    sudo apt-get install libtinyxml-dev libtbb-dev libxml2-dev libqt4-dev pkg-config  libprotoc-dev libfreeimage-dev libprotobuf-dev protobuf-compiler libboost-all-dev freeglut3-dev libogre-dev libtar-dev libcurl4-openssl-dev libcegui-mk2-dev libopenal-dev
  
 Let's go Let's go
Line 93: Line 94:
  
 #### Install Gazebo #### Install Gazebo
-Need some dependencies 
-    sudo apt-get install libtinyxml-dev libtbb-dev libxml2-dev libqt4-dev pkg-config  libprotoc-dev libfreeimage-dev libprotobuf-dev protobuf-compiler libboost-all-dev freeglut3-dev libogre-dev libtar-dev libcurl4-openssl-dev libcegui-mk2-dev libopenal-dev 
  
-Go! 
     hg clone https://bitbucket.org/osrf/gazebo gazebo     hg clone https://bitbucket.org/osrf/gazebo gazebo
     cd gazebo     cd gazebo
Line 104: Line 102:
     sudo checkinstall make install     sudo checkinstall make install
     cd ..     cd ..
- 
  
 ## Build ROS ## Build ROS
 +
 Finally run the build and install command. To install somewhere other than your home directory use the --install-space option.  Finally run the build and install command. To install somewhere other than your home directory use the --install-space option. 
     ./src/catkin/bin/catkin_make_isolated --install --install-space /opt/ros/hydro     ./src/catkin/bin/catkin_make_isolated --install --install-space /opt/ros/hydro