This commit is contained in:
Joey Hess 2011-06-02 01:01:14 -04:00
parent c3c127a667
commit ac6510b337

View file

@ -9,24 +9,25 @@
To build and use git-annex, you will need: To build and use git-annex, you will need:
* `git`: <http://git-scm.com/> * Haskell stuff
* The Haskell Platform: <http://haskell.org/platform/> * [The Haskell Platform](http://haskell.org/platform/)
* MissingH: <http://github.com/jgoerzen/missingh/wiki> * [MissingH](http://github.com/jgoerzen/missingh/wiki
* pcre-light: <http://hackage.haskell.org/package/pcre-light> * [pcre-light](http://hackage.haskell.org/package/pcre-light)
* utf8-string: <http://hackage.haskell.org/package/utf8-string> * [utf8-string](http://hackage.haskell.org/package/utf8-string)
* SHA: <http://hackage.haskell.org/package/SHA> * [SHA](<http://hackage.haskell.org/package/SHA)
* dataenc: <http://hackage.haskell.org/package/dataenc> * [dataenc](<http://hackage.haskell.org/package/dataenc>)
* 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)
* `uuid`: <http://www.ossp.org/pkg/lib/uuid/> * [git](http://git-scm.com/)
* [uuid](http://www.ossp.org/pkg/lib/uuid/)
(or `uuidgen` from util-linux) (or `uuidgen` from util-linux)
* `xargs`: <http://savannah.gnu.org/projects/findutils/> * [xargs](http://savannah.gnu.org/projects/findutils/)
* `rsync`: <http://rsync.samba.org/> * [rsync](http://rsync.samba.org/)
* `curl` : <http://http://curl.haxx.se/> (optional, but recommended) * [curl](http://http://curl.haxx.se/) (optional, but recommended)
* `sha1sum`: <ftp://ftp.gnu.org/gnu/coreutils/> (optional, but recommended) * [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) is needed to build the documentation, * [gpg](http://gnupg.org/) (optional; needed for encryption)
but that will be skipped if it is not installed. * [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`