Skip to content

Commit b4e483b

Browse files
committed
Minor fix in advanced docs
1 parent e467304 commit b4e483b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced_installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ If you do not have TBB installed, you should use: `cmake -DUSE_TBB=OFF -DUSE_OPE
116116

117117
If you want to compile and create [DART](http://dartsim.github.io/)-based scenarios, you will need to install the upstream DART by source.
118118

119-
For **Ubuntu systems**, please follow the detailed installation instructions on the [DART documentation website](http://dartsim.github.io/install_dart_on_ubuntu.html#install-required-dependencies). Make sure that you don't forget to add the PPAs as detailed [here](http://dartsim.github.io/install_dart_on_ubuntu.html#adding-personal-package-archives-ppas-for-dart-and-dependencies). What is more, you need to enable the `-DART_ENABLE_SIMD` flag in the CMake configuration. In addition, you need the following optional dependencies: **DART Parsers** and **OpenSceneGraph GUI**. Lastly, you need to checkout to the `release-6.4` branch (and not the one provided in DART's documentation).
119+
For **Ubuntu systems**, please follow the detailed installation instructions on the [DART documentation website](http://dartsim.github.io/install_dart_on_ubuntu.html#install-required-dependencies). Make sure that you don't forget to add the PPAs as detailed [here](http://dartsim.github.io/install_dart_on_ubuntu.html#adding-personal-package-archives-ppas-for-dart-and-dependencies). What is more, you need to enable the `-DART_ENABLE_SIMD` flag in the CMake configuration. In addition, you need the following optional dependencies: **DART Parsers** and **OpenSceneGraph GUI**. Lastly, you need to checkout to the `release-6.7` branch (and not the one provided in DART's documentation).
120120

121121
For **Ubuntu <= 14.04** one more step is needed:
122122

@@ -141,7 +141,7 @@ sudo apt-get install liburdfdom-dev liburdfdom-headers-dev
141141
cd /path/to/tmp/folder
142142
git clone git://github.com/dartsim/dart.git
143143
cd dart
144-
git checkout release-6.4
144+
git checkout release-6.7
145145

146146
mkdir build
147147
cd build
@@ -169,7 +169,7 @@ brew install ros/deps/urdfdom
169169
cd /path/to/tmp/folder
170170
git clone git://github.com/dartsim/dart.git
171171
cd dart
172-
git checkout release-6.4
172+
git checkout release-6.7
173173

174174
mkdir build
175175
cd build

0 commit comments

Comments
 (0)