Skip to content

Instantly share code, notes, and snippets.

@callemall
Last active December 20, 2015 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callemall/6123205 to your computer and use it in GitHub Desktop.
Save callemall/6123205 to your computer and use it in GitHub Desktop.
Setting up needed files for doing SOAP calls in C++. Install from an account that has appropriate system privileges.
wget http://curl.haxx.se/download/curl-7.21.3.tar.gz
gunzip curl-7.21.3.tar.gz
tar -xvvf curl-7.21.3.tar
cd curl-7.21.3
./configure --prefix=/usr
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment