Skip to content

Commit

Permalink
use install config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoarau committed Nov 9, 2017
1 parent 7c37c3a commit fb30a89
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/install/install-16.04-kinetic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,10 @@ Install dependencies
Configure the workspace
~~~~~~~~~~~~~~~~~~~~~~~

If building rtt_ros **from source** :

.. code-block:: bash
cd ~/isir/lwr_ws
catkin config --init --extend ~/isir/rtt_ros-2.9_ws/install --cmake-args -DCMAKE_CXX_FLAGS=-std=c++11 -DCMAKE_BUILD_TYPE=Release
catkin config --init --install --extend ~/isir/rtt_ros-2.9_ws/install --cmake-args -DCMAKE_CXX_FLAGS=-std=c++11 -DCMAKE_BUILD_TYPE=Release
Build the workspace
~~~~~~~~~~~~~~~~~~~
Expand All @@ -203,8 +201,8 @@ Once it's done, load the workspace :

.. code-block:: bash
source ~/isir/lwr_ws/devel/setup.bash
source ~/isir/lwr_ws/install/setup.bash
.. tip:: Put it in you bashrc : ``echo 'source ~/isir/lwr_ws/devel/setup.bash' >> ~/.bashrc``
.. tip:: Put it in you bashrc : ``echo 'source ~/isir/lwr_ws/install/setup.bash' >> ~/.bashrc``

Now we can :doc:`test the installation <test-install>`.

0 comments on commit fb30a89

Please sign in to comment.