source: networking/netlibs/kdsoap.xml@ c776bf30

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since c776bf30 was c776bf30, checked in by Bruce Dubbs <bdubbs@…>, 5 months ago

Update to kdsoap-2.2.0.

  • Property mode set to 100644
File size: 3.6 KB
RevLine 
[afc7ea2]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY kdsoap-download-http
8 "https://github.com/KDAB/KDSoap/releases/download/kdsoap-&kdsoap-version;/kdsoap-&kdsoap-version;.tar.gz">
9 <!ENTITY kdsoap-download-ftp " ">
[c776bf30]10 <!ENTITY kdsoap-md5sum "a4ef201402aaa1500439a2ed4359c0f3">
11 <!ENTITY kdsoap-size "11 MB">
12 <!ENTITY kdsoap-buildsize "49 MB">
13 <!ENTITY kdsoap-time "0.3 SBU (Using parallelism=4)">
[afc7ea2]14]>
15
16<sect1 id="kdsoap" xreflabel="kdsoap-&kdsoap-version;">
17 <?dbhtml filename="kdsoap.html"?>
18
19 <title>kdsoap-&kdsoap-version;</title>
20
21 <indexterm zone="kdsoap">
22 <primary sortas="a-kdsoap">kdsoap</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to kdsoap</title>
27
28 <para>
[7a9a7b26]29 The <application>kdsoap</application> is Qt-based client-side and
30 server-side SOAP component. It can be used to create client applications
31 for web services and also provides the means to create web services
[afc7ea2]32 without the need for any further component such as a dedicated web server.
33 </para>
34
[d54f002]35 &lfs120_checked;
[afc7ea2]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&kdsoap-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&kdsoap-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &kdsoap-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &kdsoap-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &kdsoap-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &kdsoap-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">kdsoap Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[b3867c5]75 &qt5-deps;
[afc7ea2]76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of kdsoap</title>
82
83 <para>
84 Install <application>kdsoap</application> by running the following
85 commands:
86 </para>
87
88<screen><userinput>mkdir build &amp;&amp;
89cd build &amp;&amp;
90
91cmake -DCMAKE_INSTALL_PREFIX=/usr \
92 -DCMAKE_BUILD_TYPE=Release \
93 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/kdsoap-&kdsoap-version; \
94 .. &amp;&amp;
95make</userinput></screen>
96
97 <para>
[5a2fffaa]98 The package does not come with a test suite.
[afc7ea2]99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>
119 kdwsdl2cpp
120 </seg>
121 <seg>
122 libkdsoap.so and
123 libkdsoap-server.so
124 </seg>
125 <seg>
126 /usr/lib/cmake/KDSoap,
127 /usr/share/doc/kdsoap-&kdsoap-version;,
128 /usr/include/KDSoapClient. and
129 /usr/include/KDSoapServer
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.