summaryrefslogtreecommitdiff
path: root/doc/install/Fedora.mdwn
blob: c1905e01bf38003e3fa92769e0fdd76231e2d340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
git-annex is recently finding its way into Fedora.

* [Status of getting a Fedora package](https://bugzilla.redhat.com/show_bug.cgi?id=662259)
* [Koji build for F17](http://koji.fedoraproject.org/koji/buildinfo?buildID=328654)
* [Koji build for F16](http://koji.fedoraproject.org/koji/buildinfo?buildID=328656)

Installation recipe for Fedora 14 thruough 15.

<pre>
sudo yum install ghc cabal-install pcre-devel
git clone git://git-annex.branchable.com/ git-annex
cd git-annex
git checkout ghc7.0
cabal update
cabal install --only-dependencies
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.