Skip to content

Instantly share code, notes, and snippets.

View Mortos's full-sized avatar

Der Soulstealer Mortos

View GitHub Profile
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