source: general/genlib/wayland.xml@ 0a5eabf6

10.1 11.0 11.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0a5eabf6 was 0a5eabf6, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to libwacom-1.8
Update to librsvg-2.50.3
Update to wayland-1.19.0
Update to libbytesize-2.5

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

  • Property mode set to 100644
File size: 7.1 KB
RevLine 
[f97d5f6]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
[8dfc5c3]7 <!ENTITY wayland-download-http "https://wayland.freedesktop.org/releases/wayland-&wayland-version;.tar.xz">
[f97d5f6]8 <!ENTITY wayland-download-ftp " ">
[0a5eabf6]9 <!ENTITY wayland-md5sum "5d59ac3d8a8f4e42de2ceb8bb19dfca9">
10 <!ENTITY wayland-size "448 KB">
11 <!ENTITY wayland-buildsize "15 MB (with tests)">
[8175adf]12 <!ENTITY wayland-time "0.2 SBU (with tests)">
[f97d5f6]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
[87351a9]38 &lfs10_checked;
[f97d5f6]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">
[1ee5a6a]78 <xref linkend="libxml2"/>
[f97d5f6]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>
[62a5037e]110 To test the results, issue: <command>make check</command>.
111 <!-- Seems to work without X installed
112
113 If a Desktop
[4c69301c]114 Environment has not been started that uses XDG, it's possible that 90%
115 of the test suite will fail. To rectify this, create the directory listed
[62a5037e]116 in $XDG_RUNTIME_DIR first, if required.-->
[f97d5f6]117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/static-libraries.xml"/>
132
133 <para>
134 <parameter>--disable-documentation</parameter>: This switch is used to
135 disable building of the API documentation. Remove it if you have
136 installed optional dependencies.
137 </para>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 wayland-scanner
152 </seg>
153 <seg>
[0a5eabf6]154 libwayland-client.so,
155 libwayland-cursor.so,
156 libwayland-egl.so,
157 and libwayland-server.so
[f97d5f6]158 </seg>
159 <seg>
160 /usr/share/wayland
161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="wayland-scanner">
171 <term><command>wayland-scanner</command></term>
172 <listitem>
173 <para>
[f3429309]174 is a tool to generate proxy methods in wayland-client-protocol.h
[f97d5f6]175 and wayland-server-protocol.h
176 </para>
177 <indexterm zone="wayland wayland-scanner">
178 <primary sortas="b-wayland-scanner">wayland-scanner</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="libwayland-client">
184 <term><filename class="libraryfile">libwayland-client.so</filename></term>
185 <listitem>
186 <para>
187 contains API functions for writing <application>Wayland</application>
188 applications.
189 </para>
190 <indexterm zone="wayland libwayland-client">
191 <primary sortas="c-libwayland-client">libwayland-client.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="libwayland-cursor">
197 <term><filename class="libraryfile">libwayland-cursor.so</filename></term>
198 <listitem>
199 <para>
200 contains API functions for managing cursors in <application>Wayland</application>
201 applications.
202 </para>
203 <indexterm zone="wayland libwayland-cursor">
204 <primary sortas="c-libwayland-cursor">libwayland-cursor.so</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
[0a5eabf6]209 <varlistentry id="libwayland-egl">
210 <term><filename class="libraryfile">libwayland-egl.so</filename></term>
211 <listitem>
212 <para>
213 contains API functions for handling OpenGL calls in
214 <application>Wayland</application> applications.
215 </para>
216 <indexterm zone="wayland libwayland-egl">
217 <primary sortas="c-libwayland-egl">libwayland-egl.so</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
[f97d5f6]222 <varlistentry id="libwayland-server">
223 <term><filename class="libraryfile">libwayland-server.so</filename></term>
224 <listitem>
225 <para>
226 contains API functions for writing <application>Wayland</application>
227 compositors.
228 </para>
229 <indexterm zone="wayland libwayland-server">
230 <primary sortas="c-libwayland-server">libwayland-server.so</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 </variablelist>
236
237 </sect2>
238
239</sect1>
Note: See TracBrowser for help on using the repository browser.