2012-09-27 21:26:09 +00:00
|
|
|
## Pick your OS
|
2011-02-09 04:25:22 +00:00
|
|
|
|
2012-10-12 18:07:53 +00:00
|
|
|
[[!table format=dsv header=yes data="""
|
2013-05-16 16:09:13 +00:00
|
|
|
detailed instructions | quick install
|
|
|
|
[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/current/)
|
|
|
|
[[Android]] | [download git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/) **beta**
|
|
|
|
[[Linux|linux_standalone]] | [download prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/current/)
|
|
|
|
[[Debian]] | `apt-get install git-annex`
|
|
|
|
[[Ubuntu]] | `apt-get install git-annex`
|
|
|
|
[[Fedora]] | `yum install git-annex`
|
|
|
|
[[FreeBSD]] | `pkg_add -r hs-git-annex`
|
|
|
|
[[ArchLinux]] | `yaourt -Sy git-annex`
|
|
|
|
[[NixOS]] | `nix-env -i git-annex`
|
|
|
|
[[Gentoo]] | `emerge git-annex`
|
|
|
|
[[ScientificLinux5]] |
|
|
|
|
[[openSUSE]] |
|
|
|
|
[[Windows]] | [download installer](http://downloads.kitenet.net/git-annex/windows/current/) **alpha**
|
2012-09-27 21:25:08 +00:00
|
|
|
"""]]
|
2011-02-09 04:25:22 +00:00
|
|
|
|
2011-07-02 21:29:20 +00:00
|
|
|
## Using cabal
|
|
|
|
|
2013-05-13 17:40:41 +00:00
|
|
|
As a haskell package, git-annex can be installed from source pretty easily
|
|
|
|
[[using cabal|cabal]].
|
2010-10-19 20:32:50 +00:00
|
|
|
|
2012-09-27 21:19:06 +00:00
|
|
|
## Installation from scratch
|
2010-10-29 17:59:48 +00:00
|
|
|
|
2012-09-27 21:19:06 +00:00
|
|
|
This is not recommended, but if you really want to, see [[fromscratch]].
|