]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Added note about using avr_setup.sh
authordragon788 <dragon788@users.noreply.github.com>
Sun, 7 Feb 2016 23:16:28 +0000 (17:16 -0600)
committerdragon788 <dragon788@users.noreply.github.com>
Sun, 7 Feb 2016 23:16:28 +0000 (17:16 -0600)
On most Linux distributions the avr_setup.sh script can be sourced ```. avr_setup.sh``` or under Bash ```source avr_setup.sh```. This will try and detect the appropriate package manager and install the required packages.

tmk_core/doc/build.md

index dffc699a3af3b59082a8c014386dce566a92dac9..2846f1d0fb8eb87eddbe1574d2a2cb677c65cec0 100644 (file)
@@ -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].