source: networking/netlibs/kdsoup.xml@ 3032882

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 3032882 was 3032882, checked in by Bruce Dubbs <bdubbs@…>, 20 months ago

Tags

  • Property mode set to 100644
File size: 3.7 KB
Line 
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 " ">
10 <!ENTITY kdsoap-md5sum "511bf80dac042430edaabc46a658f101">
11 <!ENTITY kdsoap-size "2.8 MB">
12 <!ENTITY kdsoap-buildsize "34 MB">
13 <!ENTITY kdsoap-time "0.3 SBU (Using parallelism=4)">
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>
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
32 without the need for any further component such as a dedicated web server.
33 </para>
34
35 &lfs112_checked;
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">
75 <xref linkend="qt5"/>
76 </para>
77
78 <para condition="html" role="usernotes">
79 User Notes: <ulink url="&blfs-wiki;/kdsoap"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of kdsoap</title>
85
86 <para>
87 Install <application>kdsoap</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>mkdir build &amp;&amp;
92cd build &amp;&amp;
93
94cmake -DCMAKE_INSTALL_PREFIX=/usr \
95 -DCMAKE_BUILD_TYPE=Release \
96 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/kdsoap-&kdsoap-version; \
97 .. &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 The package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>
122 kdwsdl2cpp
123 </seg>
124 <seg>
125 libkdsoap.so and
126 libkdsoap-server.so
127 </seg>
128 <seg>
129 /usr/lib/cmake/KDSoap,
130 /usr/share/doc/kdsoap-&kdsoap-version;,
131 /usr/include/KDSoapClient. and
132 /usr/include/KDSoapServer
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.