Skip to content
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

Fix and clean up BUILD.md #2319

Merged
merged 3 commits into from
Jun 7, 2023
Merged

Fix and clean up BUILD.md #2319

merged 3 commits into from
Jun 7, 2023

Conversation

abey79
Copy link
Member

@abey79 abey79 commented Jun 6, 2023

What

This PR cleans up and fixes the basic build steps in BUILD.md. I'm moved and structured a few things around to make the progression nicer for new developers. I also introduced the just commands for setting up and building the Python SDK.

For windows, I've had to make some assumptions since the just file doesn't support windows and I dont have a test computer:

  • I assumed the maturin develop command is the same as on Mac/Linux
  • I assumed and the pre-pip-21.3 remark about --use-feature=in-tree-build is no longer necessary as maturin is used for installation

Checklist

PR Build Summary: https://build.rerun.io/pr/2319

Docs preview: https://rerun.io/preview/fb10bef/docs

@abey79 abey79 added 📖 documentation Improvements or additions to documentation 🧑‍💻 dev experience developer experience (excluding CI) labels Jun 6, 2023
Copy link
Member

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this!

@emilk emilk merged commit b5aa549 into main Jun 7, 2023
@emilk emilk deleted the antoine/build_md_improvements branch June 7, 2023 09:34
@emilk emilk mentioned this pull request Jun 7, 2023
3 tasks
emilk pushed a commit that referenced this pull request Jun 15, 2023
### What

This PR cleans up and fixes the basic build steps in BUILD.md. I'm moved
and structured a few things around to make the progression nicer for new
developers. I also introduced the `just` commands for setting up and
building the Python SDK.

For windows, I've had to make some assumptions since the `just file`
doesn't support windows and I dont have a test computer:
- I assumed the `maturin develop` command is the same as on Mac/Linux
- I assumed and the pre-pip-21.3 remark about
`--use-feature=in-tree-build` is no longer necessary as `maturin` is
used for installation

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [ ] ~~I've included a screenshot or gif (if applicable)~~

<!-- This line will get updated when the PR build summary job finishes.
-->
PR Build Summary: https://build.rerun.io/pr/2319

<!-- pr-link-docs:start -->
Docs preview: https://rerun.io/preview/fb10bef/docs
<!-- pr-link-docs:end -->
This was referenced Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 dev experience developer experience (excluding CI) 📖 documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants