git-annex/doc/install.mdwn

32 lines
1.3 KiB
Text
Raw Normal View History

2011-02-09 04:25:22 +00:00
## OS-specific instructions
* [[OSX]]
* [[Debian]]
* [[Ubuntu]]
## Generic instructions
2010-10-19 20:32:50 +00:00
To build and use git-annex, you will need:
2010-10-27 23:10:28 +00:00
* `git`: <http://git-scm.com/>
2010-10-19 20:32:50 +00:00
* The Haskell Platform: <http://haskell.org/platform/>
* MissingH: <http://github.com/jgoerzen/missingh/wiki>
* pcre-light: <http://hackage.haskell.org/package/pcre-light>
* utf8-string: <http://hackage.haskell.org/package/utf8-string>
* crypto: <http://hackage.haskell.org/package/Crypto>
2011-04-17 18:41:24 +00:00
* dataenc: <http://hackage.haskell.org/package/dataenc>
2011-04-16 23:13:05 +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)
2010-10-27 23:10:28 +00:00
* `uuid`: <http://www.ossp.org/pkg/lib/uuid/>
2011-04-16 23:13:05 +00:00
(or `uuidgen` from util-linux)
2010-10-27 23:10:28 +00:00
* `xargs`: <http://savannah.gnu.org/projects/findutils/>
* `rsync`: <http://rsync.samba.org/>
2011-03-17 09:59:05 +00:00
* `curl` : <http://http://curl.haxx.se/> (optional, but recommended)
* `sha1sum`: <ftp://ftp.gnu.org/gnu/coreutils/> (optional, but recommended)
2011-04-16 23:13:05 +00:00
* `gpg`: <http://gnupg.org/> (optional; needed for encryption)
* [Ikiwiki](http://ikiwiki.info) is needed to build the documentation,
but that will be skipped if it is not installed.
2010-10-29 17:59:48 +00:00
Then just [[download]] git-annex and run: `make; make install`