diff options
author | http://colberg.org/ <http://colberg.org/@web> | 2012-11-12 05:05:39 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-11-12 05:05:39 +0000 |
commit | 9d02a7f4f8baa25e94bd710abea1c3c40240c1fc (patch) | |
tree | 0c04dee8737501b490319af023eb0d1db7fdf8c8 | |
parent | 70f5b2a787f1b22d421f433f343bbf13c01a552d (diff) |
Added a comment
-rw-r--r-- | doc/forum/Using_Linux_static_builds/comment_3_64506833dad0202626239e00d1eb6490._comment | 23 |
1 files changed, 23 insertions, 0 deletions
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 000000000..af301bd7e --- /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 +"""]] |