git-annex/doc/install.mdwn

34 lines
1.4 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="""
detailed instructions | quick install
2012-12-17 16:59:18 +00:00
[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/current/)
2013-02-21 20:57:28 +00:00
[[Android]] | [download git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/) **beta**
2013-02-27 22:02:19 +00:00
[[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]] | (and other RHEL5 clones like CentOS5)
[[openSUSE]] |
Windows | [[sorry, Windows not supported yet|todo/windows_support]]
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
2012-09-27 21:19:06 +00:00
As a haskell package, git-annex can be installed using cabal.
Start by installing the [Haskell Platform](http://hackage.haskell.org/platform/),
and then:
2011-07-02 21:29:20 +00:00
cabal install git-annex --bindir=$HOME/bin
2012-09-27 21:19:06 +00:00
That installs the latest release. Alternatively, you can [[download]]
git-annex yourself and [[manually_build_with_cabal|install/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]].