Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blite/864980 to your computer and use it in GitHub Desktop.
Save blite/864980 to your computer and use it in GitHub Desktop.
cd /tmp
curl http://www.opensource.apple.com/source/curl/curl-57.2/curl-7.19.7.tar.bz2 | tar xz
cd curl-7.19.7
./configure --prefix=/opt/local/
make
make install
cd /tmp
curl http://pycurl.sourceforge.net/download/pycurl-7.19.0.tar.gz | tar xz
cd pycurl-7.19.0
sudo python setup.py install --curl-config=/opt/local/bin/curl-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment