From cde22b2680737c879af172914e7819ebab925234 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 31 Aug 2010 18:09:19 +0000 Subject: sync with 0.12.6-darcs svn path=/trunk/externals/pdp/; revision=13950 --- .header.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .header.html (limited to '.header.html') diff --git a/.header.html b/.header.html new file mode 100644 index 0000000..4da149a --- /dev/null +++ b/.header.html @@ -0,0 +1,22 @@ + + +
+This is a darcs archive for the Pure Data Packet project.
+
+To make a local copy of the repositiory do:
+
+  darcs get --partial http://zwizwa.be/darcs/pdp-12
+  cd pdp-12
+  . bootstrap
+  ./configure && make
+
+To get updates later, cd to the pdp-12 directory and do:
+
+  darcs pull -a
+  cd pdp-12
+  . bootstrap
+  ./configure && make
+
+
+ + -- cgit v1.2.1