diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2010-08-31 18:09:19 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2010-08-31 18:09:19 +0000 |
commit | cde22b2680737c879af172914e7819ebab925234 (patch) | |
tree | efe2006a94c43e23f41171ed4e580176cb258fec /.header.html | |
parent | 6ed4fdc7a319a73e8d92bb80f968891c21f874d7 (diff) |
sync with 0.12.6-darcs
svn path=/trunk/externals/pdp/; revision=13950
Diffstat (limited to '.header.html')
-rw-r--r-- | .header.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.header.html b/.header.html new file mode 100644 index 0000000..4da149a --- /dev/null +++ b/.header.html @@ -0,0 +1,22 @@ +<head></head><body><html> + +<pre> +This is a darcs archive for the <a href="www/">Pure Data Packet</a> 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 + +</pre> +</html></body> + |