This commit is contained in:
Joey Hess 2011-06-02 01:02:57 -04:00
parent 28cb279765
commit 76be8c34ac

View file

@ -19,15 +19,16 @@ To build and use git-annex, you will need:
* [TestPack](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack) * [TestPack](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack)
* [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck) * [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck)
* [hS3](http://hackage.haskell.org/package/hS3) (optional, but recommended) * [hS3](http://hackage.haskell.org/package/hS3) (optional, but recommended)
* [git](http://git-scm.com/) * Shell commands
* [uuid](http://www.ossp.org/pkg/lib/uuid/) * [git](http://git-scm.com/)
(or `uuidgen` from util-linux) * [uuid](http://www.ossp.org/pkg/lib/uuid/)
* [xargs](http://savannah.gnu.org/projects/findutils/) (or `uuidgen` from util-linux)
* [rsync](http://rsync.samba.org/) * [xargs](http://savannah.gnu.org/projects/findutils/)
* [curl](http://http://curl.haxx.se/) (optional, but recommended) * [rsync](http://rsync.samba.org/)
* [sha1sum](ftp://ftp.gnu.org/gnu/coreutils/) (optional, but recommended; * [curl](http://http://curl.haxx.se/) (optional, but recommended)
a sha1 command will also do) * [sha1sum](ftp://ftp.gnu.org/gnu/coreutils/) (optional, but recommended;
* [gpg](http://gnupg.org/) (optional; needed for encryption) a sha1 command will also do)
* [Ikiwiki](http://ikiwiki.info) (optional; used to build the docs) * [gpg](http://gnupg.org/) (optional; needed for encryption)
* [ikiwiki](http://ikiwiki.info) (optional; used to build the docs)
Then just [[download]] git-annex and run: `make; make install` Then just [[download]] git-annex and run: `make; make install`