Created
January 15, 2013 21:04
-
-
Save kamituel/4542056 to your computer and use it in GitHub Desktop.
Building Git with expat and openssl support.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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