Improve the default of FIRMWARE_DEVEL again, fix brew install gcc command

This commit is contained in:
Markus Unterwaditzer
2026-02-08 19:12:30 +01:00
committed by Cooper Quintin
parent 9be35de90e
commit 89d1d71ec9
3 changed files with 10 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ First, install dependencies:
- [Rust](https://www.rust-lang.org/tools/install)
- [Node.js/npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- C compiler tools (`apt install build-essential` or `brew install gcc`)
- C compiler tools (`apt install build-essential` on Linux, `xcode-select --install` on Mac)
Then you can build everything with: