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>
|
2010-12-08 18:48:10 +00:00
|
|
|
* pcre-light: <http://hackage.haskell.org/package/pcre-light>
|
2011-03-24 14:32:22 +00:00
|
|
|
* utf8-string: <http://hackage.haskell.org/package/utf8-string>
|
2011-04-21 20:37:14 +00:00
|
|
|
* 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>
|
2011-03-30 05:32:05 +00:00
|
|
|
* 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/>
|
2010-12-31 00:31:52 +00:00
|
|
|
* `rsync`: <http://rsync.samba.org/>
|
2011-03-17 09:59:05 +00:00
|
|
|
* `curl` : <http://http://curl.haxx.se/> (optional, but recommended)
|
2011-03-02 17:47:45 +00:00
|
|
|
* `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)
|
2011-03-30 05:32:05 +00:00
|
|
|
* [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
|
|
|
|
2011-03-30 05:32:05 +00:00
|
|
|
Then just [[download]] git-annex and run: `make; make install`
|