diff options
author | dragon788 <dragon788@users.noreply.github.com> | 2015-12-30 23:22:29 -0600 |
---|---|---|
committer | dragon788 <dragon788@users.noreply.github.com> | 2015-12-30 23:22:29 -0600 |
commit | c760a273fb58932dad2a2b9da1794ffadfbc1c92 (patch) | |
tree | 3c606a359d58c8190f2d37e3835219bea05ea607 /tmk_core | |
parent | 24e30249a467ca623f5e7da3af17f1cbaea4c6a8 (diff) |
Added note about avr-libc also being required at least for arch
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/doc/build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/doc/build.md b/tmk_core/doc/build.md index 20702e94c9..dffc699a3a 100644 --- a/tmk_core/doc/build.md +++ b/tmk_core/doc/build.md @@ -6,7 +6,7 @@ Download and Install -------------------- ### 1. Install Tools -1. **Toolchain** On Windows install [MHV AVR Tools][mhv] for AVR GCC compiler and [Cygwin][cygwin](or [MinGW][mingw]) for shell terminal. On Mac you can use [CrossPack][crosspack]. On Linux you can install AVR GCC with your favorite package manager. +1. **Toolchain** On Windows install [MHV AVR Tools][mhv] for AVR GCC compiler and [Cygwin][cygwin](or [MinGW][mingw]) for shell terminal. On Mac you can use [CrossPack][crosspack]. On Linux you can install AVR GCC (and avr-libc) with your favorite package manager. 2. **Programmer** On Windows install [Atmel FLIP][flip]. On Mac and Linux install [dfu-programmer][dfu-prog]. |