aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-10-07 22:14:44 +0200
committerAyke van Laethem <[email protected]>2018-10-07 22:14:44 +0200
commitf0f6a12d199a4ca43d628d99f65f7e61b20aaa07 (patch)
treea33eaf94d929308f6040d3c0277ac4fb38828205 /docs
parent1bbdab41d2e87a47aafd11471a74a6e02df67099 (diff)
downloadtinygo-f0f6a12d199a4ca43d628d99f65f7e61b20aaa07.tar.gz
tinygo-f0f6a12d199a4ca43d628d99f65f7e61b20aaa07.zip
docs: add avr-libc as a dependency
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst2
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.