Skip to content

Instantly share code, notes, and snippets.

@Mortos
Forked from callemall/C++ Install gSOAP.txt
Last active August 29, 2015 14:15
Show Gist options
  • Save Mortos/4d57db428173127efe14 to your computer and use it in GitHub Desktop.
Save Mortos/4d57db428173127efe14 to your computer and use it in GitHub Desktop.
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