Skip to content

Instantly share code, notes, and snippets.

@crivotz
Created March 25, 2020 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crivotz/eb195ad397ca1cb235375d636b6bff63 to your computer and use it in GitHub Desktop.
Save crivotz/eb195ad397ca1cb235375d636b6bff63 to your computer and use it in GitHub Desktop.
Compile git
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