Skip to content

Instantly share code, notes, and snippets.

@matthewhartman
Last active May 18, 2021 01:26
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 matthewhartman/3ad38ce92794c7ba5bf7fea93cc267f9 to your computer and use it in GitHub Desktop.
Save matthewhartman/3ad38ce92794c7ba5bf7fea93cc267f9 to your computer and use it in GitHub Desktop.
Latest CURL on Debian Linux

Download CURL from the following

https://curl.se/download.html

tar xzvf curl-7.68.0.tar.gz
cd curl-7.68.0
./configure --with-ssl
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment