summaryrefslogtreecommitdiff
path: root/BUILD_GUIDE.md
diff options
context:
space:
mode:
authorManuel Barkhau <mb@nexttuesday.de>2016-03-28 21:36:02 +0000
committerManuel Barkhau <mb@nexttuesday.de>2016-03-28 21:36:02 +0000
commit295036d4e3f11aa00392f3315f549b15fe66846f (patch)
tree5e9144a61c12d8e26e93fbb16a5a79605702c7a4 /BUILD_GUIDE.md
parent32c7832609414d02c19b6ec312daabc8c741b266 (diff)
parent4a43c5684476611370820bd9592712754c211c52 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'BUILD_GUIDE.md')
-rw-r--r--BUILD_GUIDE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD_GUIDE.md b/BUILD_GUIDE.md
index 81c3ec44f2..e8b242e4e3 100644
--- a/BUILD_GUIDE.md
+++ b/BUILD_GUIDE.md
@@ -25,12 +25,12 @@ You can also try these instructions:
3. Install [DFU-Programmer][dfu-prog].
### Linux
-Install AVR GCC and dfu-progammer with your favorite package manager.
+Install AVR GCC, AVR libc, and dfu-progammer with your favorite package manager.
Debian/Ubuntu example:
sudo apt-get update
- sudo apt-get install gcc-avr dfu-programmer
+ sudo apt-get install gcc-avr avr-libc dfu-programmer
### Vagrant
If you have any problems building the firmware, you can try using a tool called Vagrant. It will set up a virtual computer with a known configuration that's ready-to-go for firmware building. OLKB does NOT host the files for this virtual computer. Details on how to set up Vagrant are in the [VAGRANT_GUIDE file](VAGRANT_GUIDE.md).
@@ -52,4 +52,4 @@ If you have any problems building the firmware, you can try using a tool called
## Troubleshooting
1. Try running `make clean` if the make command fails.
- WIP \ No newline at end of file
+ WIP