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.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/KDAB/KDSoap/releases/download/kdsoap-2.3.0/kdsoap-2.3.0.tar.gz
Download MD5 sum: fba550a6bd3b7f2e5da606f039e3e470
Download size: 1.1 MB
Estimated disk space required: 27 MB
Estimated build time: 0.3 SBU (Using parallelism=4)
Install kdsoap by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_DOCDIR=/usr/share/doc/kdsoap-2.3.0 \
.. &&
make
The package does not come with a test suite.
Now, as the root user:
make install