Skip to content

docs: restore the build prerequisites block lost from the README - #103

Merged
JC-000 merged 1 commit into
masterfrom
docs/release-quickstart
Aug 14, 2026
Merged

docs: restore the build prerequisites block lost from the README#103
JC-000 merged 1 commit into
masterfrom
docs/release-quickstart

Conversation

@JC-000

Copy link
Copy Markdown
Owner

The prerequisites block added in f239e63 is no longer in README.md on master — grep -c ip65-libs returns 0, as does ip65-blob, and the .incbin error string is absent. A later merge dropped it.

CLAUDE.md still carries the content (6 and 5 mentions respectively), but the README is where someone lands first, and both prerequisites came from real contributor reports: the ip65 blob (#89) and the harness package (#90).

Restored ahead of ## Architecture, and scoped so it does not compete with the new I just want to run it section — release users skip it entirely, it is for building from source. Both error strings are included verbatim so searching a traceback finds the fix.

I did not re-add my earlier quickstart draft: the section now on master is better, explaining the ~18 MHz crossover and the listener's selftest. Dropped mine rather than duplicating.

🤖 Generated with Claude Code

The block added in f239e63 is absent from README.md at master — zero
mentions of `ip65-libs` or `ip65-blob`, and the `.incbin` error string
gone. A later merge dropped it. CLAUDE.md kept the content, but the
README is where a newcomer looks, and both prerequisites came from real
contributor reports (#89, #90).
Restored ahead of ## Architecture, now scoped so it does not compete
with the new "I just want to run it" section: release users skip it
entirely; it is for building from source.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@JC-000