From f0f6a12d199a4ca43d628d99f65f7e61b20aaa07 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sun, 7 Oct 2018 22:14:44 +0200 Subject: [PATCH] docs: add avr-libc as a dependency --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 455fdc5e..1cf8dc7b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -40,6 +40,8 @@ needs the following tools: * binutils (``avr-objcopy``) for flashing. * GCC (``avr-gcc``) for linking object files. + * libc (``avr-libc``), which is not installed on Debian as a dependency of + ``avr-gcc``. * ``avrdude`` for flashing to an Arduino.