summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-05 01:13:42 +0000
committerChristian Pointner <equinox@spreadspace.org>2015-02-24 19:02:32 +0100
commit3d52ee92b615fdeff5c288de7614adbc26139e7b (patch)
tree00f679a5cd442553c16d24f3e50b9fbfb56212ef /README
Added AUTHORS, README and LICENSE
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ea810ed
--- /dev/null
+++ b/README
@@ -0,0 +1,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 ..