git-annex/doc/install.mdwn

34 lines
1.3 KiB
Text
Raw Normal View History

2011-02-09 04:25:22 +00:00
## OS-specific instructions
* [[OSX]]
* [[Debian]]
* [[Ubuntu]]
2011-06-02 04:51:56 +00:00
* [[Fedora]]
2011-02-09 04:25:22 +00:00
## Generic instructions
2010-10-19 20:32:50 +00:00
To build and use git-annex, you will need:
2011-06-02 05:01:14 +00:00
* Haskell stuff
* [The Haskell Platform](http://haskell.org/platform/)
2011-06-02 05:01:59 +00:00
* [MissingH](http://github.com/jgoerzen/missingh/wiki)
2011-06-02 05:01:14 +00:00
* [pcre-light](http://hackage.haskell.org/package/pcre-light)
* [utf8-string](http://hackage.haskell.org/package/utf8-string)
2011-06-02 05:01:59 +00:00
* [SHA](http://hackage.haskell.org/package/SHA)
* [dataenc](http://hackage.haskell.org/package/dataenc)
2011-06-02 05:01:14 +00:00
* [TestPack](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack)
* [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck)
* [hS3](http://hackage.haskell.org/package/hS3) (optional, but recommended)
* [git](http://git-scm.com/)
* [uuid](http://www.ossp.org/pkg/lib/uuid/)
2011-04-16 23:13:05 +00:00
(or `uuidgen` from util-linux)
2011-06-02 05:01:14 +00:00
* [xargs](http://savannah.gnu.org/projects/findutils/)
* [rsync](http://rsync.samba.org/)
* [curl](http://http://curl.haxx.se/) (optional, but recommended)
* [sha1sum](ftp://ftp.gnu.org/gnu/coreutils/) (optional, but recommended;
a sha1 command will also do)
* [gpg](http://gnupg.org/) (optional; needed for encryption)
* [Ikiwiki](http://ikiwiki.info) (optional; used to build the docs)
2010-10-29 17:59:48 +00:00
Then just [[download]] git-annex and run: `make; make install`