Skip to content

Instantly share code, notes, and snippets.

@resuscv
Created May 29, 2011 08:24
Show Gist options
  • Save resuscv/997568 to your computer and use it in GitHub Desktop.
Save resuscv/997568 to your computer and use it in GitHub Desktop.
Notes for setting up git-annex (http://git-annex.branchable.com/) on Fedora 14
# This is very similar to installing on OSX (unsurprisingly)
# Based on my gist https://gist.github.com/982148
# This is for version 86c5bd0
sudo yum install ghc cabal-install
sudo cabal update
sudo cabal install missingh
sudo cabal install utf8-string
sudo cabal install pcre-light
sudo cabal install quickcheck
sudo cabal install SHA
sudo cabal install dataenc
sudo cabal install hS3
git clone git://git.kitenet.net/git-annex
cd git-annex
sudo make # For some reason you need to use sudo here as otherwise the cabal installed packages doesn't seem to be there...
sudo install git-annex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment