Skip to content

Instantly share code, notes, and snippets.

@taicki
Created March 6, 2010 17:01
Show Gist options
  • Save taicki/323800 to your computer and use it in GitHub Desktop.
Save taicki/323800 to your computer and use it in GitHub Desktop.
sudo apt-get install zlib1g-dev #ubuntu
git clone git://git.kernel.org/pub/scm/git/git.git
cd git
NO_EXPAT=yes NO_OPENSSL=yes NO_CURL=yes make -j4 prefix=~
NO_EXPAT=yes NO_OPENSSL=yes NO_CURL=yes make -j4 prefix=~ install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment