source: general/genlib/wayland-systemd.xml@ 9b2ba294

kde5-14686 systemd-13485
Last change on this file since 9b2ba294 was 9b2ba294, checked in by Christopher Gregory <cjg@…>, 10 years ago

Update to atk-2.14.0, at-spi2-core-2.14.0, at-spi2-atk-2.14.0, gtk+-3.14.0, gobject-introspection-1.42.0, glib-2.42.0, atk-2.14.0, gdk-pixbuf-2.31.1, wayland-1.6.0, gtk-doc-1.21, and yelp-xsl-3.14.0.

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

  • Property mode set to 100644
File size: 6.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 wayland-download-http "http://wayland.freedesktop.org/releases/wayland-&wayland-version;.tar.xz">
8 <!ENTITY wayland-download-ftp " ">
9 <!ENTITY wayland-md5sum "d34c141c975084e4fb668e77b38f840e">
10 <!ENTITY wayland-size "398 KB">
11 <!ENTITY wayland-buildsize "10.1 MB">
12 <!ENTITY wayland-time "0.1 SBU">
13]>
14
15<sect1 id="wayland" xreflabel="Wayland-&wayland-version;">
16 <?dbhtml filename="wayland.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Wayland-&wayland-version;</title>
24
25 <indexterm zone="wayland">
26 <primary sortas="a-Wayland">Wayland</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Wayland</title>
31
32 <para>
33 <application>Wayland</application> is a project to define a protocol
34 for a compositor to talk to its clients as well as a library
35 implementation of the protocol.
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&wayland-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&wayland-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &wayland-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &wayland-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &wayland-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &wayland-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Wayland Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libffi"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="doxygen"/>, (to build documentation)
84 <xref linkend="libxslt"/> and
85 <ulink url="https://fedorahosted.org/publican/">Publican</ulink>
86 </para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/wayland"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Wayland</title>
95
96 <para>
97 Install <application>Wayland</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>./configure --prefix=/usr \
102 --disable-static \
103 --disable-documentation &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 The testsuite needs to be run as the
108 <systemitem class="username">root</systemitem> user.
109 To test the results, issue: <command>make check</command>
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 <para>
127 <parameter>--disable-documentation</parameter>: This switch is used to
128 disable building of the API documentation. Remove it if you have
129 installed <xref linkend="doxygen"/>.
130 </para>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 wayland-scanner
145 </seg>
146 <seg>
147 libwayland-client.so, libwayland-cursor.so and libwayland-server.so
148 </seg>
149 <seg>
150 /usr/share/wayland
151 </seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="wayland-scanner">
161 <term><command>wayland-scanner</command></term>
162 <listitem>
163 <para>
164 is a tool to generate proxy methods in wayland-client-protocol.h
165 and wayland-server-protocol.h
166 </para>
167 <indexterm zone="wayland wayland-scanner">
168 <primary sortas="b-wayland">wayland</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libwayland-client">
174 <term><filename class="libraryfile">libwayland-client.so</filename></term>
175 <listitem>
176 <para>
177 contains API functions for writing <application>Wayland</application>
178 applications.
179 </para>
180 <indexterm zone="wayland libwayland-client">
181 <primary sortas="c-libwayland">libwayland-client.so</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="libwayland-cursor">
187 <term><filename class="libraryfile">libwayland-cursor.so</filename></term>
188 <listitem>
189 <para>
190 contains API functions for managing cursors in <application>Wayland</application>
191 applications.
192 </para>
193 <indexterm zone="wayland libwayland-cursor">
194 <primary sortas="c-libwayland">libwayland-cursor.so</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="libwayland-server">
200 <term><filename class="libraryfile">libwayland-server.so</filename></term>
201 <listitem>
202 <para>
203 contains API functions for writing <application>Wayland</application>
204 compositors.
205 </para>
206 <indexterm zone="wayland libwayland-server">
207 <primary sortas="c-libwayland">libwayland-server.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect2>
215
216</sect1>
Note: See TracBrowser for help on using the repository browser.