Skip to content

fix(doc): add missing prerequisites to dev docs #2531

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

Merged

Conversation

dankeboy36
Copy link
Contributor

@dankeboy36 dankeboy36 commented Oct 13, 2024

Motivation

When the IDE depends on a non-released version of the Arduino CLI, LS, etc., tools, it must check out the corresponding pinned commit from Git and build them from the sources. This process requires Go, but it's preferable to use taskfile for the correct timestamps and dev versions. This pull request refers to the existing documentation of the Arduino CLI, and it should be sufficient to build all other binaries.

Change description

Document prerequisites of the Arduino CLI, LS, etc. tools when built from a Git commitish.

Other information

The preview version of the change: https://github.com/arduino/arduino-ide/blob/fda5a5f7714aea8fb4c447fa650e839a1473553d/docs/development.md#prerequisites.

closes: #2499

Reviewer checklist

  • PR addresses a single concern.
  • The PR has no duplicates (please search among the Pull Requests before creating one)
  • PR title and description are properly filled.
  • Docs have been added / updated (for bug fixes / features)

Document prerequisites of the Arduino CLI, LS, etc. tools when built
from a Git commitish.

closes: arduino#2499
Signed-off-by: dankeboy36 <[email protected]>
@per1234 per1234 self-assigned this Oct 13, 2024
@per1234 per1234 added topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project labels Oct 13, 2024
@dankeboy36 dankeboy36 requested a review from per1234 October 26, 2024 14:26
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

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

Thanks @dankeboy36!

@per1234 per1234 merged commit 3ccc864 into arduino:main Oct 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Go prerequisite is not documented in development guide
2 participants