-
Notifications
You must be signed in to change notification settings - Fork 67
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
Conversation
* Update brew install command * Remove instructions about using ign-* for old formulae, since all current formulae have gz-* aliases. Signed-off-by: Steve Peters <[email protected]>
Codecov Report
@@ Coverage Diff @@
## gz-math7 #500 +/- ##
=========================================
Coverage 99.70% 99.70%
=========================================
Files 77 77
Lines 7007 7007
=========================================
Hits 6986 6986
Misses 21 21 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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. |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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
🦟 Bug fix
Fixes macOS binary install tutorial. Part of gazebosim/garden-tutorial-party#210
Summary
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.