ApCoCoA-1:SourceCodeManagement

From ApCoCoAWiki
Revision as of 11:19, 16 June 2007 by Mabshoff (talk | contribs) (add basis info abofot Mercurial and ApCoCoALib specific info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The ApCoCoALib sources are managed with Mercurial.

Downloading And Installing Mercurial

Got to the Mercurial website and get the stable source tarball or get the latest stabe snapshot. In order to install run

python setup.py install

as root or via sudo.

Checking out Sources

To check out the current ApCoCoALib sources run

hg clone http://apcocoa.org/hg/ApCoCoALib-0.99

from the command line.

Mercurial Tutorial