docs: update build instructions#3676
Conversation
Signed-off-by: reubenmiller <reuben.d.miller@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
| * Ubuntu 20.04 or Debian 12 (Bookworm) | ||
| * One of the following Operating Systems | ||
| * Linux (we recommend using either Debian or Ubuntu) | ||
| * WSL 2 (Windows Subsystem for Linux) |
There was a problem hiding this comment.
This has been a while I have not try to build %%te%% on WSL. Is this still working? Not sure.
There was a problem hiding this comment.
Modern WSL2 environments can be treated like Linux (default is Ubuntu)...they also switched to using systemd as the init manager a few years ago.
There was a problem hiding this comment.
And you can treat it as a standard linux environment because you can work 100% within the environment, and avoid the non-performant stuff like the shared folder mess in WSL2....so you can clone the project directly in WSL2 environment rather than trying to share files between the Windows and Linux world (as that general comes with a costly performance hit, especially if you're talking about containers)
Robot Results
|
Proposed changes
Update the build instructions in the contribution guide in the public docs.
Note: The reference to how to run the system tests is currently not mentioned for the moment due to being a bit more complicated to setup (and has additional requirements such as docker).
Types of changes
Paste Link to the issue
Checklist
just prepare-devonce)just formatas mentioned in CODING_GUIDELINESjust checkas mentioned in CODING_GUIDELINESFurther comments