summaryrefslogtreecommitdiff
path: root/doc/install/Fedora.mdwn
blob: cfdeeb882642e934f47f17da469872028bf37924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Installation recipe for Fedora 14 thruough 17.

<pre>
sudo yum install ghc cabal-install
git clone git://git-annex.branchable.com/ git-annex
cd git-annex
git checkout ghc 7.0
cabal update
cabal configure
cabal build
cabal install --bindir=$HOME/bin
</pre>

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