Skip to content

Commit

Permalink
README: Add cargo and native dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Oct 13, 2024
1 parent 4e6e624 commit cb95b6b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ cargo run -p c1minimal

## Building the firmware

Dependencies: Rust

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

Prepare Rust toolchain (once):

Expand Down Expand Up @@ -156,12 +154,15 @@ cargo make --cwd c1minimal uf2

## Building the Application

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

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

```
# Install cargo-make to help build it
cargo install cargo-make
# Build it
> cargo make --cwd inputmodule-control
Expand Down

0 comments on commit cb95b6b

Please sign in to comment.