git-annex is recently finding its way into Fedora.

Installation recipe for Fedora 14 thruough 15.

sudo yum install ghc cabal-install pcre-devel
git clone git://git-annex.branchable.com/ git-annex
cd git-annex
git checkout ghc7.0
cabal update
cabal install --only-dependencies
cabal configure
cabal build
cabal install --bindir=$HOME/bin

Note: You can't just use cabal install git-annex, because Fedora does not yet ship ghc 7.4.

Comments on this page are closed.