Created
February 9, 2015 23:01
-
-
Save timersys/241a2516d6fb0affe368 to your computer and use it in GitHub Desktop.
Update MAMP / MAMP pro Curl
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
download curl from http://ftp.sunet.se/pub/www/utilities/curl/curl-7.40.0.tar.bz2 | |
Configure it with ./configure --prefix=/Applications/MAMP/Library/ | |
make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I already have updated cURL installed on my OSX, can't I use that?