git-annex/doc/install.mdwn

44 lines
1.8 KiB
Text
Raw Normal View History

2012-09-27 21:26:09 +00:00
## Pick your OS
2011-02-09 04:25:22 +00:00
[[!table format=dsv header=yes data="""
2013-05-16 16:09:13 +00:00
detailed instructions | quick install
[[Linux|linux_standalone]] |
2013-05-16 16:09:13 +00:00
  [[Debian]] | `apt-get install git-annex`
  [[Ubuntu]] | `apt-get install git-annex`
  [[Fedora]] | `yum install git-annex`
  [[ArchLinux]] | `pacman -S git-annex`
2013-05-16 16:09:13 +00:00
  [[NixOS]] | `nix-env -i git-annex`
  [[Gentoo]] | `emerge git-annex`
  [[Guix]] | `guix package -i git-annex`
  [[Void]] | `xbps-install git-annex`
2019-09-01 16:25:46 +00:00
  [[ScientificLinux]] |
2019-09-13 16:18:36 +00:00
  [[RHEL]] |
  [[openSUSE]] | `zypper in git-annex`
  [[Docker]] |
  [[conda]] | `conda install -c conda-forge git-annex`
[[OSX]] |
  [[OSX/Homebrew]] | `brew install git-annex`
2021-03-22 18:28:03 +00:00
[[FreeBSD]] | `pkg install hs-git-annex`
2021-03-22 18:37:06 +00:00
[[OpenBSD]] | `pkg_add git-annex`
[[Android]] | **beta**
[[Windows]] | **beta**
2012-09-27 21:25:08 +00:00
"""]]
2011-02-09 04:25:22 +00:00
2014-10-24 18:05:29 +00:00
All the download links above use https for security. For added security, see
[[verifying_downloads]].
2014-07-24 00:48:33 +00:00
2020-03-09 16:50:13 +00:00
## Historical builds
Many of historical builds available from the [https://downloads.kitenet.net/.git/](https://downloads.kitenet.net/.git/) git-annex repository. Visit [downloads.kitenet.net](https://downloads.kitenet.net/) for more information.
## Building it yourself
2011-07-02 21:29:20 +00:00
git-annex is [[Free Software|license]], written in [Haskell](http://www.haskell.org/).
Experienced users should not find it too hard to build and install
it [[from source|fromsource]].
2013-09-14 03:12:44 +00:00
## See also
2015-06-03 14:26:44 +00:00
* [[autobuild overview|builds]]
* [[upgrades]]