source: general/genlib/wayland.xml@ fc935fb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fc935fb was 11fd6537, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to gtk-doc-1.29.
Update to wayland-1.16.0.
Update to nghttp2-1.33.0.
Update to fontconfig-2.13.1.
Update to pango-1.42.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20450 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.3 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 "https://wayland.freedesktop.org/releases/wayland-&wayland-version;.tar.xz">
8 <!ENTITY wayland-download-ftp " ">
9 <!ENTITY wayland-md5sum "0c215e53de71d6fb26f7102cdc6432d3">
10 <!ENTITY wayland-size "428 KB">
11 <!ENTITY wayland-buildsize "13 MB (with tests)">
12 <!ENTITY wayland-time "0.2 SBU (with tests)">
13]>
14
15<sect1 id="wayland" xreflabel="Wayland-&wayland-version;">
16 <?dbhtml filename="wayland.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: renodr $</othername>
20 <date>$Date: 2015-07-31 23:26:22 -0500 (Fri, 31 Jul 2015) $</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 &lfs83_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="libxml2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="doxygen"/>,
84 <xref linkend="graphviz"/> and
85 <xref linkend="xmlto"/> (to build the API documentation) and
86 <xref linkend="DocBook"/>,
87 <xref linkend="docbook-xsl"/> and
88 <xref linkend="libxslt"/> (to build the manual pages)
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/wayland"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Wayland</title>
98
99 <para>
100 Install <application>Wayland</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105 --disable-static \
106 --disable-documentation &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>make check</command>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
125 href="../../xincludes/static-libraries.xml"/>
126
127 <para>
128 <parameter>--disable-documentation</parameter>: This switch is used to
129 disable building of the API documentation. Remove it if you have
130 installed optional dependencies.
131 </para>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>
145 wayland-scanner
146 </seg>
147 <seg>
148 libwayland-client.so, libwayland-cursor.so, and libwayland-server.so
149 </seg>
150 <seg>
151 /usr/share/wayland
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="wayland-scanner">
162 <term><command>wayland-scanner</command></term>
163 <listitem>
164 <para>
165 is a tool to generate proxy methods in wayland-client-protocol.h
166 and wayland-server-protocol.h
167 </para>
168 <indexterm zone="wayland wayland-scanner">
169 <primary sortas="b-wayland-scanner">wayland-scanner</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="libwayland-client">
175 <term><filename class="libraryfile">libwayland-client.so</filename></term>
176 <listitem>
177 <para>
178 contains API functions for writing <application>Wayland</application>
179 applications.
180 </para>
181 <indexterm zone="wayland libwayland-client">
182 <primary sortas="c-libwayland-client">libwayland-client.so</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="libwayland-cursor">
188 <term><filename class="libraryfile">libwayland-cursor.so</filename></term>
189 <listitem>
190 <para>
191 contains API functions for managing cursors in <application>Wayland</application>
192 applications.
193 </para>
194 <indexterm zone="wayland libwayland-cursor">
195 <primary sortas="c-libwayland-cursor">libwayland-cursor.so</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="libwayland-server">
201 <term><filename class="libraryfile">libwayland-server.so</filename></term>
202 <listitem>
203 <para>
204 contains API functions for writing <application>Wayland</application>
205 compositors.
206 </para>
207 <indexterm zone="wayland libwayland-server">
208 <primary sortas="c-libwayland-server">libwayland-server.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.