From 5d58c42ec3803f2d574e2da429c2c4e77956d3f6 Mon Sep 17 00:00:00 2001 From: "http://colberg.org/" Date: Mon, 12 Nov 2012 05:05:39 +0000 Subject: [PATCH] Added a comment --- ..._64506833dad0202626239e00d1eb6490._comment | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/forum/Using_Linux_static_builds/comment_3_64506833dad0202626239e00d1eb6490._comment diff --git a/doc/forum/Using_Linux_static_builds/comment_3_64506833dad0202626239e00d1eb6490._comment b/doc/forum/Using_Linux_static_builds/comment_3_64506833dad0202626239e00d1eb6490._comment new file mode 100644 index 0000000000..af301bd7e4 --- /dev/null +++ b/doc/forum/Using_Linux_static_builds/comment_3_64506833dad0202626239e00d1eb6490._comment @@ -0,0 +1,23 @@ +[[!comment format=mdwn + username="http://colberg.org/" + ip="2001:470:1d:4d4:2d4b:7654:2c00:b95c" + subject="comment 3" + date="2012-11-12T05:05:39Z" + content=""" +Hi Florian, + +I maintain a makefile for GNU/Linux systems that builds git-annex from scratch using a single command. + + git clone http://git.colberg.org/packages.git + + nice make -f packages.mk CONCURRENCY_LEVEL=16 PREFIX=$HOME/usr/rhel6-x64_64 install-git-annex + +The makefile fetches pre-compiled GHC 6.x (x86_64), which works on old systems (e.g. RHEL 5), builds a recent GHC 7.x from source, a minimal Haskell environment with cabal-install, and finally git-annex. I have succesfully compiled git-annex on RHEL 5.x and 6.x, and CentOS 6.x. + +If the build fails using the system's GCC, there is also a newer GCC in the same makefile: + + nice make -f packages.mk CONCURRENCY_LEVEL=16 PREFIX=$HOME/usr/rhel6-x64_64 install-gcc + +Regards, +Peter +"""]]