source: general/genlib/wayland.xml@ ab68492

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 ab68492 was ab68492, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to talloc-2.2.0.
Update to Mako-1.0.8 (Python Module).
Update to liblinear-230.
Update to poppler-0.75.0.
Update to wayland-1.17.0.
Update to mkfontscale-1.2.1 (Xorg Application).

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

  • Property mode set to 100644
File size: 6.6 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 "d91f970aea11fd549eae023d06f91af3">
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 &lfs84_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>. If a Desktop
111 Environment has not been started that uses XDG, it's possible that 90%
112 of the test suite will fail. To rectify this, create the directory listed
113 in $XDG_RUNTIME_DIR first, if required.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/static-libraries.xml"/>
129
130 <para>
131 <parameter>--disable-documentation</parameter>: This switch is used to
132 disable building of the API documentation. Remove it if you have
133 installed optional dependencies.
134 </para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 wayland-scanner
149 </seg>
150 <seg>
151 libwayland-client.so, libwayland-cursor.so, and libwayland-server.so
152 </seg>
153 <seg>
154 /usr/share/wayland
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="wayland-scanner">
165 <term><command>wayland-scanner</command></term>
166 <listitem>
167 <para>
168 is a tool to generate proxy methods in wayland-client-protocol.h
169 and wayland-server-protocol.h
170 </para>
171 <indexterm zone="wayland wayland-scanner">
172 <primary sortas="b-wayland-scanner">wayland-scanner</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="libwayland-client">
178 <term><filename class="libraryfile">libwayland-client.so</filename></term>
179 <listitem>
180 <para>
181 contains API functions for writing <application>Wayland</application>
182 applications.
183 </para>
184 <indexterm zone="wayland libwayland-client">
185 <primary sortas="c-libwayland-client">libwayland-client.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="libwayland-cursor">
191 <term><filename class="libraryfile">libwayland-cursor.so</filename></term>
192 <listitem>
193 <para>
194 contains API functions for managing cursors in <application>Wayland</application>
195 applications.
196 </para>
197 <indexterm zone="wayland libwayland-cursor">
198 <primary sortas="c-libwayland-cursor">libwayland-cursor.so</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="libwayland-server">
204 <term><filename class="libraryfile">libwayland-server.so</filename></term>
205 <listitem>
206 <para>
207 contains API functions for writing <application>Wayland</application>
208 compositors.
209 </para>
210 <indexterm zone="wayland libwayland-server">
211 <primary sortas="c-libwayland-server">libwayland-server.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.