From 9dca0349fc0fc331275afdbe40ee7af796502013 Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Tue, 24 Feb 2015 22:00:26 +0000 Subject: [PATCH] link to the technical description of how this works --- doc/install/Linux_standalone.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/install/Linux_standalone.mdwn b/doc/install/Linux_standalone.mdwn index fbb3b97ab3..92a3638397 100644 --- a/doc/install/Linux_standalone.mdwn +++ b/doc/install/Linux_standalone.mdwn @@ -32,3 +32,7 @@ of Bath CS department. * x86-32: [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/)) * x86-64: [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/)) * arm: [download tarball](https://downloads.kitenet.net/git-annex/autobuild/armel/git-annex-standalone-armel.tar.gz) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/armel/)) + +## technical details + +The way those tarballs are built is described in [joeyh's blog](http://joeyh.name/blog/entry/completely_linux_distribution-independent_packaging/).