improve linux standalone bundle instuctions, mentioning the PATH setup option
This commit is contained in:
parent
f3dfe01afc
commit
36b3c4c757
2 changed files with 14 additions and 7 deletions
|
@ -1,16 +1,18 @@
|
|||
To start the git-annex webapp, run the git-annex-webapp script in this
|
||||
directory.
|
||||
You can put this directory into your PATH, and use git-annex the same
|
||||
as if you'd installed it using a package manager.
|
||||
|
||||
To enter an environment with git-annex in PATH, use runshell
|
||||
Or, you can use the runshell script in this directory to start a shell
|
||||
that is configured to use git-annex and the other utilities included in
|
||||
this bundle, including git, gpg, rsync, ssh, etc.
|
||||
|
||||
This should work on any Linux system of the appropriate architecture.
|
||||
More or less. There are no external dependencies, except for glibc.
|
||||
Any recent-ish version of glibc should work (2.13 is ok; so is 2.11).
|
||||
|
||||
|
||||
How it works: This directory contains a lot of libraries and programs
|
||||
that git-annex needs. But it's not a chroot. Instead, runshell sets
|
||||
PATH and LD_LIBRARY_PATH to point to the stuff in this directory.
|
||||
How it works: This directory tree contains a lot of libraries and programs
|
||||
that git-annex needs. But it's not a chroot. Instead, runshell sets PATH
|
||||
and LD_LIBRARY_PATH to point to the stuff in here.
|
||||
|
||||
The glibc libs are not included. Instead, it runs with the host system's
|
||||
glibc. We trust that glibc's excellent backwards and forward compatability
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue