The kdsoap is Qt-based client-side and server-side SOAP component. It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://github.com/KDAB/KDSoap/releases/download/kdsoap-2.1.1/kdsoap-2.1.1.tar.gz
Download MD5 sum: 7dff6d770e1942997d986207e3107585
Download size: 928 KB
Estimated disk space required: 25 MB
Estimated build time: 0.4 SBU (Using parallelism=4)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/kdsoap
Install kdsoap by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/kdsoap-2.1.1 \ .. && make
The package does not come with a test suite.
Now, as the root
user:
make install