diff options
author | Christian Pointner <equinox@helsinki.at> | 2012-10-05 01:13:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-02-24 19:17:25 (GMT) |
commit | 92e92e040b631bb4d5d159eec7d287722a7607cd (patch) | |
tree | 7200d7b4d2c8b16eaf380f93eacc972101fd8500 /README |
added inital directory structure
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ +Dependencies +============ + +spreadspace avr utils (and everything these depend on) + + +Build +===== + +Getting the source via GIT: +--------------------------- + +git clone git://git.realraum.at/avr-projects.git +cd avr-projects +make -C contrib/ + +The last step can also be done manually: + +# 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 .. |