From cc70792772f3254fec97bdaaeda8a11bac43907a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Apr 2012 11:13:58 -0400 Subject: update with manual git clone, and ghc7.0 build Seems that Fedora is going to ship with an outdated GHC. Pity. --- doc/install/Fedora.mdwn | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc/install') diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn index 7e983597b..97ccf38ef 100644 --- a/doc/install/Fedora.mdwn +++ b/doc/install/Fedora.mdwn @@ -1,7 +1,15 @@ -Installation recipe for Fedora 14. +Installation recipe for Fedora 14 thruough 17.
 sudo yum install ghc cabal-install
-sudo cabal update
-cabal install git-annex --bindir=$HOME/bin
+git clone git://git.kitenet.net/git-annex
+cd git-annex
+git checkout ghc 7.0
+cabal update
+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. -- cgit v1.2.3