Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional dependencies to README.md #92

Merged
merged 2 commits into from
Oct 13, 2024

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!

@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