diff options
author | Ayke van Laethem <[email protected]> | 2018-10-07 22:14:44 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-10-07 22:14:44 +0200 |
commit | f0f6a12d199a4ca43d628d99f65f7e61b20aaa07 (patch) | |
tree | a33eaf94d929308f6040d3c0277ac4fb38828205 /docs | |
parent | 1bbdab41d2e87a47aafd11471a74a6e02df67099 (diff) | |
download | tinygo-f0f6a12d199a4ca43d628d99f65f7e61b20aaa07.tar.gz tinygo-f0f6a12d199a4ca43d628d99f65f7e61b20aaa07.zip |
docs: add avr-libc as a dependency
Diffstat (limited to 'docs')
-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. |