Skip to content

Commit

Permalink
Add missing build dependencies
Browse files Browse the repository at this point in the history
The project README includes a list of commands for Ubuntu/Debian
systems which are prequisites for building the Picoprog firmware.
On a fresh install of Ubuntu, these are however not enough.

This commit adds two more utilities required for a successful build.
  • Loading branch information
Doctor-love authored and sylv-io committed Sep 18, 2024
1 parent 319cf9e commit 27a93ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Before you can compile and use Picoprog, you need to install the following depen
- Install flip-link and elf2uf2

```sh
sudo apt install libudev-dev
sudo apt install build-essential libudev-dev pkg-config
cargo install flip-link elf2uf2-rs
```

Expand Down

0 comments on commit 27a93ef

Please sign in to comment.