-
Notifications
You must be signed in to change notification settings - Fork 118
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
Windows top level build instructions #126
Conversation
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
Marking ready for review. I made this guide generalizable to any version of I was wondering if we now want to make an effort to make Windows versions of all the tutorials in all of the separate repos. Such as https://github.com/ignitionrobotics/ign-gui/blob/ign-gui4/tutorials/06_example.md |
Signed-off-by: John Shepherd <[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.
I haven't tried it on Windows, just have some high-level comments.
I was wondering if we now want to make an effort to make Windows versions of all the tutorials in all of the separate repos
That's what @mabelzhang has been doing on #117, right?
I think he might be referring to the OS-specific commands in the feature tutorials, not the installation tutorials. Like, are users on their own to figure out what the equivalent commands are on Windows for the different features, or do we want to be responsible for testing all of them and making sure they work on Windows. |
Ah yes, got it! This is out of the scope for now, but something that needs to be done in the future. |
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.
I haven't tried the colcon commands yet. Just formatting comments.
Is there a way to preview these locally? I didn't find a CMake file. Is it Doxygen or something else?
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.
I ran the tutorial. Compiling will take a while. Just a few comments on details.
Signed-off-by: John Shepherd <[email protected]>
…/ignitionrobotics/docs into jshep1/top_level_windows_install Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[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.
Thanks for addressing the comments! Colcon built for me as described. Looks good. Approving for content. Feel free to adjust formatting as needed.
@chapulina is there a way to preview these locally like we can with the Doxygen docs? The build_docs.sh
seems to upload straight to the web.
No 😢 #85 |
Perfect description 😅 |
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.
I just have some nitpicks. Let's merge and deploy to see what it looks like!
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd [email protected]
Fixes #96