## OS-specific instructions * [[OSX]] * [[Debian]] * [[Ubuntu]] ## Generic instructions To build and use git-annex, you will need: * `git`: * The Haskell Platform: * MissingH: * pcre-light: * utf8-string: * `uuid`: (or uuidgen from util-linux) * `xargs`: * `rsync`: * `curl` : (optional, but recommended) * `sha1sum`: (optional, but recommended) * Then just [[download]] git-annex and run: `make; make install` ([Ikiwiki](http://ikiwiki.info) is needed to build the documentation, but that will be skipped if it is not installed.) Additionally, to run the test suite (via `make test`), you will need: * `TestPack` * `QuickCheck` 2