update instructions for stable
This commit is contained in:
parent
27774bdd56
commit
5535f91d91
1 changed files with 18 additions and 3 deletions
|
@ -2,8 +2,23 @@ If using Debian testing or unstable:
|
||||||
|
|
||||||
sudo apt-get install git-annex
|
sudo apt-get install git-annex
|
||||||
|
|
||||||
|
## on Debian stable
|
||||||
|
|
||||||
git-annex is not yet in a Debian stable release, but the source
|
git-annex is not yet in a Debian stable release, but the source
|
||||||
can be built from Debian stable. Just [[download]] it from git, and
|
can be built from Debian stable.
|
||||||
then in the `git-annex` directory, run `dpkg-checkbuilddeps` and install
|
|
||||||
the necessary packages. You can also run `sudo debian/rules binary` to build
|
First, install build dependencies. Package names have changed since
|
||||||
|
Debian stable, so this must be done by hand, rather than by using
|
||||||
|
`dpkg-checkbuilddeps`:
|
||||||
|
|
||||||
|
sudo apt-get install debhelper ghc6 libghc-missingh-dev \
|
||||||
|
libghc6-pcre-light-dev libghc6-sha-dev \
|
||||||
|
libghc6-dataenc-dev libghc6-utf8-string-dev \
|
||||||
|
libghc6-testpack-dev
|
||||||
|
|
||||||
|
Then [[download]] git-annex it from git.
|
||||||
|
|
||||||
|
In the `git-annex` directory, run `sudo debian/rules binary` to build
|
||||||
a `git-annex.deb`.
|
a `git-annex.deb`.
|
||||||
|
|
||||||
|
Note that S3 support will not be available when building on stable.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue