summaryrefslogtreecommitdiff
path: root/tmk_core/doc/build.md
diff options
context:
space:
mode:
authorDidier Loiseau <didierloiseau+git@gmail.com>2016-01-23 16:44:59 +0100
committerDidier Loiseau <didierloiseau+git@gmail.com>2016-01-23 16:44:59 +0100
commitad2a4c32039e6ac2f64aacb42dd274cc0ac46f97 (patch)
tree61d36827ff7244c41937e71f8dd30fa68730ca07 /tmk_core/doc/build.md
parentfb181304083b884c60a30f64a634b592479aed6d (diff)
parent306f183b1c8ef6e33a7dafb0d8a89e5a7aebac69 (diff)
Merge remote-tracking branch 'jackhumbert/master' into typematrix
Diffstat (limited to 'tmk_core/doc/build.md')
-rw-r--r--tmk_core/doc/build.md2
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].