Skip to content

Instantly share code, notes, and snippets.

@amaslenn
Last active May 15, 2017 09:23
Show Gist options
  • Save amaslenn/993dab5682866e8a2ead6c375c6f1c04 to your computer and use it in GitHub Desktop.
Save amaslenn/993dab5682866e8a2ead6c375c6f1c04 to your computer and use it in GitHub Desktop.
Build and install git from sources
git checkout <tag>
make configure
./configure --with-curl
make -j4 all doc
sudo make install install-man
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment