aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2016-07-04 13:57:07 +0200
committerLinus Nordberg <linus@nordberg.se>2016-07-04 13:57:07 +0200
commit614f4cf63d794b4349137f58f08baea5c4cedf7d (patch)
treefc0d37f8d1a333ad18304e18e78fc6a6219a7cf5
parent248abdfdccafcdf563d128a5f46f56d9d64dd24d (diff)
Update build instructions to include dependency on avr-libc.HEADmaster
Thanks to Rob Austein.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a36367d..f4a9385 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ To build a .hex file suitible for uploading to a board with a
ATTiny828, a C compiler for AVR is needed, as wells a objcopy. On a
Debian system, the following command can be used for installing both:
- apt-get install gcc-avr binutils-avr
+ apt-get install gcc-avr binutils-avr avr-libc
To build tamper.hex, type 'make' in this directory.