Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial update: macOS binary install #500

Merged
merged 2 commits into from
Sep 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions tutorials/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ you should use `ign-math<#>`.

On macOS, add OSRF packages:
```
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew tap osrf/simulation
```

Expand All @@ -46,9 +46,8 @@ Install Gazebo Math:
brew install gz-math<#>
```

Be sure to replace `<#>` with a number value, such as 1 or 2, depending on
which version you need. From version 7 you should use `gz-math<#>` but for lower versions
you should use `ign-math<#>`.
Be sure to replace `<#>` with a number value, such as 6 or 7, depending on
which version you need.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming is the same in MacOS ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, we added gz-* aliases for all currently supported packages (dependencies of Citadel, Fortress and gazebo9) in osrf/homebrew-simulation#1984


## Windows

Expand Down