Last active
May 15, 2017 09:23
-
-
Save amaslenn/993dab5682866e8a2ead6c375c6f1c04 to your computer and use it in GitHub Desktop.
Build and install git from sources
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
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