Dependencies ============ spreadspace avr utils (and everything these depend on) Build ===== Getting the source via GIT: --------------------------- git clone git://git.spreadspace.org/avr-projects.git cd avr-projects mkdir -p contrib # checkout avr-utils from git: cd contrib git clone git://git.spreadspace.org/avr-utils.git cd .. # or just add a link to a local copy of the uitls cd contrib ln -s /path/to/local/copy/of/avrutils/ avr-utils cd ..