aptitude install build-essential gettext wget http://kernel.org/pub/software/scm/git/git-1.6.0.1.tar.gz tar xvzf git-1.6.0.1.tar.gz cd git-1.6.0.1 ./configure make make install
aptitude install build-essential gettext wget http://kernel.org/pub/software/scm/git/git-1.6.0.1.tar.gz tar xvzf git-1.6.0.1.tar.gz cd git-1.6.0.1 ./configure make make install
3 Comment(s)
Tom
17.10.2008 14:05
Sometimes it just takes something simple like this showing the deps to make someone’s life a little easier. Thank you.
Jeremy Chatfield
30.10.2008 10:04
git is now up to version 1.6.0.3. Also, I needed zlib1g-dev to complete compilation. I ended up with:
Mathias
30.10.2008 21:40
Thanks for the info Jeremy
Your 2 cents...