diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-09 00:25:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-09 00:25:22 -0400 |
commit | 2bd16f84ae3c6a26bff5eb5e4b39221577191def (patch) | |
tree | f34c9c03fab021ce2e31cc18ecd71d3776e5ae2b /doc/install.mdwn | |
parent | c1bc8f31c50bc9d4dea180346adc874629c76b24 (diff) |
more install notes
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index fc9f28ae7..f1305777c 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -1,3 +1,11 @@ +## OS-specific instructions + +* [[OSX]] +* [[Debian]] +* [[Ubuntu]] + +## Generic instructions + To build and use git-annex, you will need: * `git`: <http://git-scm.com/> @@ -14,8 +22,7 @@ To build and use git-annex, you will need: ([Ikiwiki](http://ikiwiki.info) is needed to build the documentation, but that will be skipped if it is not installed.) -OS-specific instructions: +Additionally, to run the test suite (via `make test`), you will need: -* [[OSX]] -* [[Debian]] -* [[Ubuntu]] +* `TestPack` <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack> +* `QuickCheck` 2 <http://hackage.haskell.org/package/QuickCheck> |