git-annex/doc/install.mdwn

43 lines
1.5 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-06-26 23:00:46 +00:00
* [[FreeBSD]]
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)
* [curl](http://hackage.haskell.org/package/curl)
2011-06-02 05:01:14 +00:00
* [hS3](http://hackage.haskell.org/package/hS3) (optional, but recommended)
2011-06-02 05:02:57 +00:00
* Shell commands
* [git](http://git-scm.com/)
* [uuid](http://www.ossp.org/pkg/lib/uuid/)
(or `uuidgen` from util-linux)
* [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`
## Using cabal
As a haskell package, git-annex can be built using cabal. For example:
cabal install git-annex --bindir=$HOME/bin