source: general/genlib/wayland.xml@ d6c6562

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 d6c6562 was d6c6562, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Remove gcc7 entity

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