# HG changeset patch # User saketkc # Date 1405556792 14400 # Node ID cd979c60e4fbc08d646bcefbe2c2f88b6ceacfd0 # Parent cf32ec1ccccd36b66c9eed9e1b8c7469dd7c874f Uploaded diff -r cf32ec1ccccd -r cd979c60e4fb tool_dependencies.xml --- a/tool_dependencies.xml Sat Jun 07 15:19:55 2014 -0400 +++ b/tool_dependencies.xml Wed Jul 16 20:26:32 2014 -0400 @@ -12,14 +12,13 @@ http://curl.haxx.se/download/curl-7.36.0.tar.gz - make - - include - $INSTALL_DIR - + mkdir install-destination + ./configure --with-ssl --prefix=/home/saket/Desktop/curl-7.36.0/install-destination + make all + make install - $INSTALL_DIR - $INSTALL_DIR + $INSTALL_DIR/install-destination + $INSTALL_DIR/install-destination/bin/curl-config @@ -29,7 +28,7 @@ $INSTALL_DIR/lib/python export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && - python setup.py build --with-ssl --curl-config=$CURL/curl-config && + python setup.py build --with-ssl --curl-config=$CURL && python setup.py install --install-lib $INSTALL_DIR/lib/python