File: install.mdwn

package info (click to toggle)
git-annex 5.20141125%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 37,832 kB
  • sloc: haskell: 42,603; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (34 lines) | stat: -rw-r--r-- 1,563 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## Pick your OS

[[!table format=dsv header=yes data="""
detailed instructions             | quick install
[[OSX]]                           | [download git-annex.app](https://downloads.kitenet.net/git-annex/OSX/current/)
  [[OSX/Homebrew]]      | `brew install git-annex`
[[Android]]                       | [download git-annex.apk](https://downloads.kitenet.net/git-annex/android/current/) **beta**
[[Linux|linux_standalone]]        | [download prebuilt linux tarball](https://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-bin`
  [[NixOS]]             | `nix-env -i git-annex`
  [[Gentoo]]            | `emerge git-annex`
  [[ScientificLinux5]]  |
  [[openSUSE]]          | 
  [[Docker]]            | 
[[Windows]]                       | [download installer](https://downloads.kitenet.net/git-annex/windows/current/) **beta**
"""]]

All the download links above use https for security. For added security, see
[[verifying_downloads]].

## Building it yourself

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]].

## See also


[[autobuild overview|builds]]