git-annex/doc/install.mdwn
https://www.google.com/accounts/o8/id?id=AItOawlASRUX9jg2piT1lge4KkBU_ZGty6tvM5c a42d2a6e4b added gpg instructions
2014-07-24 00:48:33 +00:00

39 lines
1.7 KiB
Markdown

## Pick your OS
[[!table format=dsv header=yes data="""
detailed instructions | quick install
[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/current/)
  [[Homebrew]] | `brew install git-annex`
[[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]] |
  [[Docker]] |
[[Windows]] | [download installer](http://downloads.kitenet.net/git-annex/windows/current/) **alpha**
"""]]
The downloaded package's integrity can be verified by the public PGP key. On Linux,
$ wget https://downloads.kitenet.net/git-annex/gpg-pubkey.asc
$ gpg --import gpg-pubey.asc
$ gpg --verify git-annex-standalone-*.tar.gz.sig
## Using cabal
As a haskell package, git-annex can be installed from source pretty easily
[[using cabal|cabal]].
## Installation from scratch
This is not recommended, but if you really want to, see [[fromscratch]].
## See also
[[autobuild overview|builds]]