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>
|
2010-10-27 23:10:28 +00:00
|
|
|
* `uuid`: <http://www.ossp.org/pkg/lib/uuid/>
|
2011-01-19 22:08:50 +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/>
|
2010-10-28 03:07:02 +00:00
|
|
|
* Then just [[download]] git-annex and run: `make; make install`
|
2010-10-29 17:59:48 +00:00
|
|
|
|
|
|
|
([Ikiwiki](http://ikiwiki.info) is needed to build the documentation,
|
|
|
|
but that will be skipped if it is not installed.)
|
2011-02-06 17:43:31 +00:00
|
|
|
|
|
|
|
OS-specific instructions:
|
|
|
|
|
|
|
|
* [[OSX]]
|
|
|
|
* [[Debian]]
|
|
|
|
* [[Ubuntu]]
|