inputmodule-rs icon indicating copy to clipboard operation
inputmodule-rs copied to clipboard

Add additional dependencies to README.md

Open cscott opened this issue 1 year ago • 2 comments

Add rustup, cargo-make and elf2uf2-rs as dependencies to ensure that a user with no prior rust installation can build the firmware.

cscott avatar Jan 30 '24 18:01 cscott

I realize this is from a while ago. I was going to add the cargo-make dependency to the application dependency list and I saw this PR, which adds it to the firmware dependency list. I can create a separate PR, but it may make more sense to update this one?

Bieitodlf avatar May 23 '24 01:05 Bieitodlf

It also turns out that you need to do the equivalent of apt-get install pkg-config libudev-dev if you're installing from a clean system, otherwise cargo install elf2uf2-rs will fail.

cscott avatar Jun 20 '24 17:06 cscott

I realize this is from a while ago. I was going to add the cargo-make dependency to the application dependency list and I saw this PR, which adds it to the firmware dependency list. I can create a separate PR, but it may make more sense to update this one?

I added it as well in the tool section, thanks!

JohnAZoidberg avatar Oct 13 '24 05:10 JohnAZoidberg