forked from mirrors/qmk_firmware
Merge pull request #134 from dragon788/patch-2
Added note about using avr_setup.sh
This commit is contained in:
commit
f575079357
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Download and Install
|
||||||
--------------------
|
--------------------
|
||||||
### 1. Install Tools
|
### 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].
|
2. **Programmer** On Windows install [Atmel FLIP][flip]. On Mac and Linux install [dfu-programmer][dfu-prog].
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue