diff options
author | Erez Zukerman <bulk@ezuk.org> | 2016-01-18 19:38:32 -0500 |
---|---|---|
committer | Erez Zukerman <bulk@ezuk.org> | 2016-01-18 19:38:32 -0500 |
commit | 393f26f250f704933882d93312d19685ec55801f (patch) | |
tree | 7b8ca5e59d8d13d06ee5f6e164e48ee1cb4f05c1 /tmk_core/doc/build.md | |
parent | 0c3aed93db9f07535a72b4c8d96e7aee5f23b085 (diff) | |
parent | 6774167900c93165fe39c80c47c566d6779021f8 (diff) |
Merge pull request #73 from dragon788/dragon_mod
Requesting some comments and review on my changes
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 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]. |