Created
May 29, 2011 08:24
-
-
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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