Skip to content

Instantly share code, notes, and snippets.

@19317362
Forked from callemall/C++ Install gSOAP.txt
Created November 22, 2018 03:55
Show Gist options
  • Save 19317362/75e7c0b3a97ae2c775b5fbf849d60d8f to your computer and use it in GitHub Desktop.
Save 19317362/75e7c0b3a97ae2c775b5fbf849d60d8f to your computer and use it in GitHub Desktop.
Install gSOAP for using C++ programs to access a SOAP API. Install from an account that has appropriate system privileges.
wget http://sourceforge.net/projects/gsoap2/files/gSOAP/gsoap_2.8.1.zip/download
unzip gsoap_2.8.1.zip
cd gsoap-2.8/
./configure --prefix=/usr
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment