FrameworkComputer / inputmodule-rs

Framework Laptop 16 Input Module SW/FW
MIT License
223 stars 24 forks source link

Add additional dependencies to README.md #92

Open cscott opened 6 months ago

cscott commented 6 months ago

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

Bieitodlf commented 2 months ago

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?

cscott commented 1 month ago

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.