From: dragon788 Date: Thu, 31 Dec 2015 05:22:29 +0000 (-0600) Subject: Added note about avr-libc also being required at least for arch X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c760a273fb58932dad2a2b9da1794ffadfbc1c92;p=qmk_firmware.git Added note about avr-libc also being required at least for arch --- diff --git a/tmk_core/doc/build.md b/tmk_core/doc/build.md index 20702e94c..dffc699a3 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].