diff options
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 |