Skip to content

Instantly share code, notes, and snippets.

@kamituel
Created January 15, 2013 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamituel/4542056 to your computer and use it in GitHub Desktop.
Save kamituel/4542056 to your computer and use it in GitHub Desktop.
Building Git with expat and openssl support.
$ wget http://git-core.googlecode.com/files/git-1.8.1.tar.gz
$ tar zxf git-1.8.1.tar.gz
$ cd git-1.8.1
$ ./configure --with-expat --with-openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment