summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-19 13:19:50 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-19 13:19:50 +0000
commitd794216ae8d1ae79a1c87c9f155a2ab4fe26d0c2 (patch)
treedc22784e4fee5ccec95e15283b475ad96cb86fed /README
parentcleaned up blink-16F (diff)
added gplv3 authors file and a readme
git-svn-id: https://svn.spreadspace.org/pic/trunk@13 a09c6847-51d9-44de-8ef2-e725cf50f3c7
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f2f9319
--- /dev/null
+++ b/README
@@ -0,0 +1,31 @@
+Dependencies
+============
+
+make
+gputils
+usbpicprog
+
+
+Build
+=====
+
+Getting the source via subversion:
+----------------------------------
+
+svn co https://svn.spreadspace.org/pic/trunk pic
+cd pic
+
+
+build and flash blink example
+-----------------------------
+
+# cd blink-16F
+# make
+# make program
+# make run
+
+
+Usage:
+======
+
+tba...