Created
March 25, 2020 13:43
-
-
Save crivotz/eb195ad397ca1cb235375d636b6bff63 to your computer and use it in GitHub Desktop.
Compile git
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
sudo apt install make libssl-dev libghc-zlib-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip | |
cd git | |
make prefix=/usr/local all | |
sudo make prefix=/usr/local install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment