source: general/genlib/wayland.xml@ c5a9146

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 c5a9146 was c5a9146, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to mpg123-1.25.5.
Update to harfbuzz-1.4.8.
Update to wayland-1.14.0.
Update to libmbim-1.14.2.

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

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