summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-02-25 00:03:59 +0100
committerChristian Pointner <equinox@spreadspace.org>2015-02-25 00:03:59 +0100
commitb7607e98e553344b1dd953df9f70db18531ce818 (patch)
treee1ce3882d411cadf4ba3686a2012f56d63ef6ab5 /README
added initial files
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7857786
--- /dev/null
+++ b/README
@@ -0,0 +1,29 @@
+Dependencies
+============
+
+spreadspace pic utils (and everything these depend on)
+
+
+Build
+=====
+
+Getting the source via GIT:
+---------------------------
+
+git clone git://git.spreadspace.org/pic-projects.git
+cd pic-projects
+make -C contrib/
+
+The last step can also be done manually:
+
+# checkout pic-utils from git:
+
+cd contrib
+git clone git://git.spreadspace.org/pic-utils.git
+cd ..
+
+# or just add a link to a local copy of the uitls
+
+cd contrib
+ln -s /path/to/local/copy/of/picutils/ pic-utils
+cd ..