git-annex/doc/install/Linux_standalone.mdwn

35 lines
1.5 KiB
Text
Raw Normal View History

2012-09-28 22:21:39 +00:00
If your Linux distribution does not have git-annex packaged up for you,
2012-09-29 00:56:26 +00:00
you can either build it [[fromscratch]], or you can use a handy
2013-02-22 22:18:28 +00:00
prebuilt tarball of the most recent release.
2012-09-28 22:21:39 +00:00
2012-09-29 00:56:26 +00:00
This tarball should work on most Linux systems. It does not depend
on anything except for glibc.
[download tarball](https://downloads.kitenet.net/git-annex/linux/current/)
2013-02-13 18:32:16 +00:00
To use, just unpack the tarball, `cd git-annex.linux` and run `./runshell`
-- this sets up an environment where you can use `git annex`, as well
as everything else included in the bundle.
Alternatively, you can unpack the tarball, and add the directory to your
`PATH`. This lets you use `git annex`, without overriding your system's
own versions of git, etc.
2013-02-13 18:32:16 +00:00
2012-09-29 01:00:59 +00:00
Warning: This is a last resort. Most Linux users should instead
[[install]] git-annex from their distribution of choice.
2013-02-22 22:18:28 +00:00
## autobuilds
2013-09-11 15:41:48 +00:00
A daily build is also available, thanks to Mesar Hameed and the University
of Bath CS department.
2013-02-22 22:18:28 +00:00
* i386: [download tarball](https://downloads.kitenet.net/git-annex/autobuild/i386/git-annex-standalone-i386.tar.gz) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/i386/))
* amd64: [download tarball](https://downloads.kitenet.net/git-annex/autobuild/amd64/git-annex-standalone-amd64.tar.gz) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/amd64/))
2013-04-06 20:23:30 +00:00
## gitannex-install
2013-04-06 20:55:07 +00:00
Eskild Hustvedt has contributed a
[gitannex-install](https://github.com/zerodogg/scriptbucket/blob/master/gitannex-install)
2013-04-06 20:23:30 +00:00
script to manage keeping up to date with new releases using the standalone
2013-10-11 05:08:50 +00:00
build.