-
Notifications
You must be signed in to change notification settings - Fork 18
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 windows installation #32
Conversation
Fix pipelines Approved-by: Carlos Agüero <[email protected]>
[Blueprint] Accepting multiple paths in IGN_CONFIG_PATH Approved-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
* Use rubocup as style checker. Signed-off-by: Carlos Agüero <[email protected]> * Adding rubocop Signed-off-by: Carlos Agüero <[email protected]> * Inspect ign.in Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
…onan (#30) Signed-off-by: Stefan Profanter <[email protected]>
Signed-off-by: Mabel Zhang <[email protected]>
Signed-off-by: Mabel Zhang <[email protected]>
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.
Small nit, also we should likely include the binary installation for windows, the install command is conda install libignition-tools --channel conda-forge
Also, do you know how to use the actual command line tooling? I found ign
residing in my conda environment's Library/bin
but it doesn't seem to be executable. I'll try to look into this more next week.
Signed-off-by: Mabel Zhang <[email protected]>
This library's tutorial is one of the very different ones from the rest... It didn't have a binary install section. If we add binary instruction for Windows, we should add it for Ubuntu too, else it'd look like we don't have a Ubuntu binary package for it. I wasn't sure whether to just revamp the whole thing or follow what's there. This week, it sounds like we're gonna try to make them all the same, so I went in and did some shelving in efbcf3c, to make it consistent with the formatting in I haven't tried the |
Signed-off-by: Mabel Zhang <[email protected]>
I'm going to close and reopen another PR. The rebasing onto Citadel has too many conflicts. |
I replaced the branch so I can't reopen this PR... Opening a 3rd. |
Partially addresses gazebosim/docs#117
I haven't added a tutorial page to address this other issue gazebosim/docs#14 (comment) , since ign-tools is "tricky"? Do we want a tutorial page for it?