update install instructions for Fedora
now available in Fedora
This commit is contained in:
parent
e290f1b903
commit
ba8c21c421
2 changed files with 21 additions and 21 deletions
|
@ -1,22 +1,20 @@
|
||||||
## Pick your OS
|
## Pick your OS
|
||||||
|
|
||||||
Quick commands given where possible, but see the individual pages for
|
[[!table format=dsv header=yes data="""
|
||||||
details.
|
detailed instructions | quick install
|
||||||
|
[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/git-annex.dmg.bz2) **beta**
|
||||||
[[!table format=dsv header=no data="""
|
|
||||||
[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/git-annex.dmg.bz2) **beta**
|
|
||||||
[[Linux|linux_standalone]] | [download prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/)
|
[[Linux|linux_standalone]] | [download prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/)
|
||||||
[[Debian]] | `apt-get install git-annex`
|
[[Debian]] | `apt-get install git-annex`
|
||||||
[[Ubuntu]] | `apt-get install git-annex`
|
[[Ubuntu]] | `apt-get install git-annex`
|
||||||
[[FreeBSD]] | `pkg_add -r hs-git-annex`
|
[[Fedora]] | `yum install git-annex`
|
||||||
[[ArchLinux]] | `yaourt -Sy git-annex`
|
[[FreeBSD]] | `pkg_add -r hs-git-annex`
|
||||||
[[NixOS]] | `nix-env -i git-annex`
|
[[ArchLinux]] | `yaourt -Sy git-annex`
|
||||||
[[Gentoo]] | `emerge git-annex`
|
[[NixOS]] | `nix-env -i git-annex`
|
||||||
[[NixOS]] | `nix install git-annex`
|
[[Gentoo]] | `emerge git-annex`
|
||||||
[[ScientificLinux5]] | (and other RHEL5 clones like CentOS5)
|
[[NixOS]] | `nix install git-annex`
|
||||||
[[Fedora]] |
|
[[ScientificLinux5]] | (and other RHEL5 clones like CentOS5)
|
||||||
[[openSUSE]] |
|
[[openSUSE]] |
|
||||||
Windows | [[sorry, Windows not supported yet|todo/windows_support]]
|
Windows | [[sorry, Windows not supported yet|todo/windows_support]]
|
||||||
"""]]
|
"""]]
|
||||||
|
|
||||||
## Using cabal
|
## Using cabal
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
git-annex is recently finding its way into Fedora.
|
git-annex is available in recent versions of Fedora. Although it is
|
||||||
|
not currently a very recent version, it should work ok.
|
||||||
|
[status](http://koji.fedoraproject.org/koji/packageinfo?packageID=14145)
|
||||||
|
|
||||||
* [Status of getting a Fedora package](https://bugzilla.redhat.com/show_bug.cgi?id=662259)
|
Should be as simple as: `yum install git-annex`
|
||||||
* [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.
|
----
|
||||||
|
|
||||||
|
Older version? Here's an installation recipe for Fedora 14 through 15.
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
sudo yum install ghc cabal-install pcre-devel
|
sudo yum install ghc cabal-install pcre-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue