Skip to content

Instantly share code, notes, and snippets.

@W360S
Last active February 13, 2017 17:40
Show Gist options
  • Save W360S/51795db6fef8aceab89463f8e7460271 to your computer and use it in GitHub Desktop.
Save W360S/51795db6fef8aceab89463f8e7460271 to your computer and use it in GitHub Desktop.
cd /usr/local/src/
curl https://curl.haxx.se/download/curl-7.51.0.tar.gz | tar xvz
# wget http://www.openssl.org/source/openssl-1.0.2.tar.gz
# tar -xzvf openssl-1.0.2k.tar.gz
cd curl-7.51.0
./configure --with-openssl=/usr/local/src/openssl-1.0.2 && make && make install
curl -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment