Skip to content

Commit ad3a034

Browse files
committed
README: Add cargo and native dependencies
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent aa3229c commit ad3a034

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ cargo run -p c1minimal
125125

126126
## Building the firmware
127127

128-
Dependencies: Rust
129-
130-
Download and install [rustup](https://rustup.rs/) if necessary.
128+
Dependencies: [Rust/rustup](https://rustup.rs/), pkg-config, libudev
131129

132130
Prepare Rust toolchain (once):
133131

@@ -156,12 +154,15 @@ cargo make --cwd c1minimal uf2
156154

157155
## Building the Application
158156

159-
Dependencies: Rust, pkg-config, libudev
157+
Dependencies: [Rust/rustup](https://rustup.rs/), pkg-config, libudev
160158

161159
Currently have to specify the build target because it's not possible to specify a per package build target.
162160
Tracking issue: https://github.com/rust-lang/cargo/issues/9406
163161

164162
```
163+
# Install cargo-make to help build it
164+
cargo install cargo-make
165+
165166
# Build it
166167
> cargo make --cwd inputmodule-control
167168

0 commit comments

Comments
 (0)