OS-specific instructions

Using cabal

As a haskell package, git-annex can be installed using cabal. For example:

cabal install git-annex --bindir=$HOME/bin

The above downloads the latest release. Alternatively, you can download it yourself and manually build with cabal.

Installation by hand

To build and use git-annex, you will need:

Then just download git-annex and run: make; make install

Comments on this page are closed.