Last active
February 13, 2017 17:40
-
-
Save W360S/51795db6fef8aceab89463f8e7460271 to your computer and use it in GitHub Desktop.
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
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