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.
下载地址(HTTP):https://github.com/KDAB/KDSoap/releases/download/kdsoap-2.3.0/kdsoap-2.3.0.tar.gz
MD5 校验和:fba550a6bd3b7f2e5da606f039e3e470
大小:1.1 MB
预计所需磁盘空间:27 MB
预计构建时间:0.3 SBU(并行度=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