On Wed, Sep 16, 2009 at 09:45, Joel Saltzman <saltzmanjoelh@xxxxxxxxx> wrote: > is it possible to compile git with all its dependencies so I can run it on a > server that does not have root access? This is kind of default configuration (the install prefix is $HOME/, and everthing gets installed into ~/bin, ~/share, etc). But if you don't have some of the libraries (libcurl for http, eventually openssl and iconv) you can always provide them locally and set the appropriate compile and linking flags in config.mak (but see the Makefile for the variables to set). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html