-
-
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.
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
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