diff options
author | Sven Gothel <[email protected]> | 2010-11-29 03:34:26 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-29 03:34:26 +0100 |
commit | fa337a3723a2b376bdc7f74da5f5321eb8cb57f3 (patch) | |
tree | aafdd3219f7a6b80f64901e37228f26b37c02f9f /git/git-install.txt | |
parent | f44fb7920627ac00d2c3f949793d0d92fdea1bcd (diff) |
Add git scripts/doc; enable post update hook in git-make script
Diffstat (limited to 'git/git-install.txt')
-rw-r--r-- | git/git-install.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/git/git-install.txt b/git/git-install.txt new file mode 100644 index 0000000..44353aa --- /dev/null +++ b/git/git-install.txt @@ -0,0 +1,6 @@ +tar xjf git-1.7.3.2.tar.bz2 +cd git-1.7.3.2 +# important options, otherwise no http support +./configure --prefix=/opt-linux-x86_64 --with-curl=/usr --with-expat=/usr +make all +# make install as root |