source: kde5/frameworks/kdnssd.xml@ 3899973

kde5-13430
Last change on this file since 3899973 was 3899973, checked in by Krejzi <krejzi@…>, 10 years ago

Create new kde5 branch (sorry Pierre) to merge latest kde 5 work with latest trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@13430 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.2 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 kdnssd-download-http "&kf5-download-http;/kdnssd-&kf5-version;.tar.xz">
8 <!ENTITY kdnssd-download-ftp "&kf5-download-ftp;/kdnssd-&kf5-version;.tar.xz">
9 <!ENTITY kdnssd-md5sum "e29c58f6b121d1beb2610f7964d7daed">
10 <!ENTITY kdnssd-size "2.6 MB">
11 <!ENTITY kdnssd-buildsize "77 MB">
12 <!ENTITY kdnssd-time "0.4 SBU">
13]>
14
15<sect1 id="kdnssd" xreflabel="KDNSSD-&kf5-version;">
16 <?dbhtml filename="kdnssd.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>KDNSSD-&kf5-version;</title>
24
25 <indexterm zone="kdnssd">
26 <primary sortas="a-KDNSSD">KDNSSD</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to KDNSSD</title>
31
32 <para>
33 The <application>KDNSSD</application> package contains a library
34 for handling the DNS-based Service Discovery Protocol (DNS-SD).
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&kdnssd-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&kdnssd-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &kdnssd-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &kdnssd-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &kdnssd-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &kdnssd-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">KDNSSD Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="extra-cmake-modules"/> and
78 <xref linkend="qt5"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="avahi"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/kdnssd"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of KDNSSD</title>
93
94 <para>
95 Install <application>KDNSSD</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>mkdir build &amp;&amp;
100cd build &amp;&amp;
101
102cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
103 -DCMAKE_BUILD_TYPE=Release \
104 -DLIB_INSTALL_DIR=lib \
105 -DBUILD_TESTING=OFF \
106 -DECM_MKSPECS_INSTALL_DIR=&qt5-mkspecs-dir; \
107 .. &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/cmake-release.xml"/>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/kf5-libdir.xml"/>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/kf5-tests.xml"/>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/qt5-mkspecs-dir.xml"/>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 None
150 </seg>
151 <seg>
152 libKF5DNSSD.so
153 </seg>
154 <seg>
155 $KF5_PREFIX/include/KF5/KDNSSD and
156 $KF5_PREFIX/lib/cmake/KF5DNSSD
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.