-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add MACOS install instructions #252
Conversation
Signed-off-by: Alejandro Hernández <[email protected]>
there is an easier way; we can do this is what we do in CI: https://github.com/ignition-tooling/release-tools/blob/master/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash#L72 |
tutorials/installation.md
Outdated
brew tap osrf/simulation | ||
``` | ||
|
||
Install Ignition GUI: |
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.
GUI -> Math
tutorials/installation.md
Outdated
|
||
2. Install dependencies | ||
``` | ||
brew install $(sort -u $(find . -iname 'packages.brew') | tr '\n' ' ') |
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.
brew install --only-dependencies ignition-math<#>
Codecov Report
@@ Coverage Diff @@
## ign-math6 #252 +/- ##
==========================================
Coverage 99.41% 99.41%
==========================================
Files 67 67
Lines 6347 6347
==========================================
Hits 6310 6310
Misses 37 37 Continue to review full report at Codecov.
|
Signed-off-by: Alejandro Hernández <[email protected]>
Thank your for the tips @scpeters ! |
Signed-off-by: Alejandro Hernández [email protected]
🦟 Bug fix
Summary
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge