Add script for installing dependencies

This commit is contained in:
Tim Crawford
2021-02-20 13:45:35 -07:00
committed by Jeremy Soller
parent 2ac214352b
commit 55b6256ed6
2 changed files with 58 additions and 9 deletions

View File

@@ -13,15 +13,8 @@ laptops.
## Dependencies
The complete set of dependencies can be installed using the `deps.sh` script
from the [Open Firmware](https://github.com/system76/firmware-open) repo.
Dependencies specific to EC development can be installed with:
Install dependencies using the provided script:
```
sudo apt install \
avr-libc \
avrdude \
gcc-avr \
sdcc
./scripts/deps.sh
```