Skip to content

Commit 971ee7e

Browse files
authored
Remove old mac versions and update install for 11 adn 9 (#159)
1 parent 9f7c2a6 commit 971ee7e

File tree

7 files changed

+2
-302
lines changed

7 files changed

+2
-302
lines changed

install_on_mac/tutorial_11-0.md

+2-13
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,9 @@ X11 support and is required by Gazebo and OGRE
3535
brew install gazebo11
3636
gazebo
3737

38-
## Optional dependencies
39-
The Gazebo formula has an optional dependency on the
40-
[DART](http://dartsim.github.io) physics engine,
41-
which must be installed using the following procedure
42-
prior to installing Gazebo11 without using the precompiled binary:
43-
44-
brew tap dartsim/dart
45-
brew install dartsim
46-
# Gazebo will be built with DART (autodetected), bullet and simbody
47-
brew install gazebo11 --build-from-source
48-
4938
## Versions
5039
The formula currently installs version 11.0 of Gazebo. Version 9 can be
51-
installed using the `gazebo9` formula and Gazebo 8
52-
using `gazebo8`. To install the latest version of Gazebo's default branch:
40+
installed using the `gazebo9`. To install the latest version of Gazebo11 from
41+
gazebo11 development branch:
5342

5443
brew install gazebo11 --HEAD

install_on_mac/tutorial_4-0.md

-46
This file was deleted.

install_on_mac/tutorial_5-0.md

-53
This file was deleted.

install_on_mac/tutorial_6-0.md

-52
This file was deleted.

install_on_mac/tutorial_7-0.md

-60
This file was deleted.

install_on_mac/tutorial_8-0.md

-60
This file was deleted.

install_on_mac/tutorial_9-0.md

-18
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,3 @@ X11 support and is required by Gazebo and OGRE
3434
brew tap osrf/simulation
3535
brew install gazebo9
3636
gazebo
37-
38-
## Optional dependencies
39-
The Gazebo formula has an optional dependency on the
40-
[DART](http://dartsim.github.io) physics engine,
41-
which must be installed using the following procedure
42-
prior to installing Gazebo9 without using the precompiled binary:
43-
44-
brew tap dartsim/dart
45-
brew install dartsim
46-
# Gazebo will be built with DART (autodetected), bullet and simbody
47-
brew install gazebo9 --build-from-source
48-
49-
## Versions
50-
The formula currently installs version 9.0 of Gazebo. Version 8 can be
51-
installed using the `gazebo8` formula and Gazebo 7
52-
using `gazebo7`. To install the latest version of Gazebo's default branch:
53-
54-
brew install gazebo9 --HEAD

0 commit comments

Comments
 (0)