Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.
I have installed git by hand a few times on my ubuntu slice, but that was before arch was an option on slicehost. :)
I found a text file that had my make arguments for building git:
NO_EXPAT=yes NO_SVN_TESTS=yes NO_IPV6=yes NO_TCLTK=yes make -j2 prefix=/usr all
NO_EXPAT=yes NO_SVN_TESTS=yes NO_IPV6=yes NO_TCLTK=yes make -j2 prefix=/usr install
Unfortunately, I dont remember the dependencies I needed installed to build it..
Here is a list I found by googling.
http://www.automatthew.com/2008/01/compiling-git-on-fresh-ubuntu-704.html
I think expat an tcl/tk can be left out, if you use my compile stanzas.. give it a try.
neat eclesh. I hadn't run across that apt-get argument yet (build-dep). I will have to make a mental note for the next time I am working on a debian derivative system. :)
1 to 10 of 10