summaryrefslogtreecommitdiff
path: root/doc/install.mdwn
blob: 7da45c85b4fd356a01a3a2f60d2aa7b10b563a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
To build and use git-annex, you will need:

* `git`: <http://git-scm.com/>
* The Haskell Platform: <http://haskell.org/platform/>
* MissingH: <http://github.com/jgoerzen/missingh/wiki>
* `uuid`: <http://www.ossp.org/pkg/lib/uuid/>
* `xargs`: <http://savannah.gnu.org/projects/findutils/>
* `rsync`: <http://rsync.samba.org/> (optional but recommended)
* Then just [[download]] git-annex and run: `make; make install`

([Ikiwiki](http://ikiwiki.info) is needed to build the documentation,
but that will be skipped if it is not installed.)