summaryrefslogtreecommitdiff
path: root/README
blob: ea810ed0ae3b7189b1fe730d46985fc0bc469579 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 ..