diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-02-08 10:53:50 -0500 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-02-08 10:53:50 -0500 |
commit | bbcc1046a6c7417367c602b7ff46df1cef93804f (patch) | |
tree | ae51eef4043546360b17cc5893dc6e3b840d434c /tmk_core/doc/build.md | |
parent | fe1519de0750acb8377abbbcb4b47b766c11df9e (diff) | |
parent | 67f14d938b1cc9fd6713d91a0995d51ee6818a80 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'tmk_core/doc/build.md')
-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]. |