summaryrefslogtreecommitdiff
path: root/doc/install/Fedora.mdwn
blob: 0050295e86b111bedee07d4471a6b627f66e834f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Installation recipe for Fedora 14.

<pre>
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-annex.branchable.com/

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
</pre>

Originally posted by Jon at <https://gist.github.com/997568> --[[Joey]]