diff options
-rw-r--r-- | docs/installation.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 455fdc5e7..1cf8dc7ba 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. |