Skip to content

Conversation

@cscott
Copy link
Contributor

@cscott cscott commented Jan 30, 2024

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

Closes #103

@Bieitodlf
Copy link

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
Copy link
Contributor Author

cscott commented Jun 20, 2024

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.

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

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!

Signed-off-by: Daniel Schaefer <dhs@frame.work>
@JohnAZoidberg JohnAZoidberg merged commit ad3a034 into FrameworkComputer:main Oct 13, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ReadMe misses a setup step

3 participants