| Version 3 (modified by benl, 4 years ago) |
|---|
Get the Source
We use darcs for version control.
1. Grab the latest source snapshot from http://code.haskell.org/ddc/snapshot and unpack it.
wget http://code.haskell.org/ddc/snapshot/ddc-head-latest.tgz tar zxf ddc-head-latest.tgz
2. Update the snapshot to match the current head branch.
cd ddc-head darcs pull -a http://code.haskell.org/ddc/ddc-head
Alternatively
1. Use darcs get the head branch in one go (much slower)
darcs get http://code.haskell.org/ddc/ddc-head
