cpdo

download
Login

ACHTUNG: THE CPDO WIKI IS NOW (AS OF 2011-May-17) MAINTAINED ON A DEDICATED WIKI SITE: http://whiki.wanderinghorse.net/wikis/cpdo/?page=download

Downloading this code

There are two options for downloading. The first is to log in as the anonymous user and follow the /leaves link. Then find the top-most entry and click that. From there, you can download a zip file containing the latest checked-in source code.

Optionally, you can use fossil:

~> fossil clone \
   http://fossil.wanderinghorse.net/repos/cpdo/index.cgi \
   cpdo.fsl

(All on one line.)

That will copy the repository to cpdo.fsl, which you can then open with:

~> mkdir cpdo
~> cd cpdo
~> fossil open ../cpdo.fsl

That checks out the files under the current dir. A Makefile for GNU Make is included.

See also: AmalgamationBuild