Search code examples
c++ubuntugsoap

how to use gsoap without installing it in ubuntu?


i am working in c++ under ubuntu. is there a way for using gsoap without installing it?

I did install it. i've copied all the gsoap dependencies....and now i would like to delete it and try to see if it's working.

what is your opinion? THX. Appreciate


Solution

  • gSoap is a compile-time tool, there's no runtime stuff to leave installed. From the moment you compiled the C++ side wrappers into library or exe, you only need to ship the files that wrap access to the target language (Python, java, whatever you chose).

    You can safely uninstall gsoap and test.