Find git executable at run time
[git-darcs-import.git] / README
blob0f1761777782be29bc89ccf793001f8eddd279ed
1 Darcs
2 =====
3 This is the source tree for darcs, a distributed version control system
4 written in Haskell.
6 For more information, visit the darcs web site:
8    http://www.darcs.net
10 Installing
11 ==========
12 This sequence should work for you:
14  autoconf
15  ./configure
16  make
17  make install
19 The autoconf step is only necessary if you obtained the source tree
20 from the darcs repository.  For source distributions downloaded from
21 the darcs web site, this step has already been performed.
23 For more information, please see the manual:
25  * http://www.darcs.net/manual
26  * doc/manual/darcs.ps
28 Hacking
29 =======
30 For more information about darcs hacking and best practices please check
31 the darcs wiki at http://darcs.net/DarcsWiki
33 Of particular interest are the following documents:
34   * http://wiki.darcs.net/index.html/DeveloperFAQ
35   * http://wiki.darcs.net/index.html/DeveloperTips
37 Testing
38 =======
39 For more information about the test suite, including how to run specific
40 tests please read tests/README.test_maintainers.txt.
42 Happy hacking!