diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-02-07 22:00:45 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-02-07 22:00:45 -0500 |
commit | f5750793571eb2a7b513a480ff6be7d498757c31 (patch) | |
tree | 7878fdf7829695d8677598fa3ba19d5f67856a35 | |
parent | bc4f20853d19f71ac8367965fbb2dccfb02a0c66 (diff) | |
parent | 34a8ad506ccb043bfdfd1a88a18aebc9668b2af3 (diff) |
Merge pull request #134 from dragon788/patch-2
Added note about using avr_setup.sh
-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 dffc699a3a..2846f1d0fb 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 (and avr-libc) 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 or run the avr_setup.sh script in the root of this repository. 2. **Programmer** On Windows install [Atmel FLIP][flip]. On Mac and Linux install [dfu-programmer][dfu-prog]. |