source: gnome/platform/wayland.xml@ 3cbd038

gnome
Last change on this file since 3cbd038 was 3cbd038, checked in by Christopher Gregory <cjg@…>, 10 years ago

Completed wayland build instructions, updated statistics, updated installed program, libraries, directories and descriptions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13496 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.9 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 "1d882776b27329b91d2d500b6d66dd1d">
10 <!ENTITY wayland-size "396 KB">
11 <!ENTITY wayland-buildsize "8 MB">
12 <!ENTITY wayland-time "21.8 SBU">
13]>
14
15<sect1 id="wayland" xreflabel="wayland-&wayland-version;">
16 <?dbhtml filename="wayland.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</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 protocol between a
34 compositor and its clients.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&wayland-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&wayland-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &wayland-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &wayland-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &wayland-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &wayland-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">wayland Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="libffi"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="doxygen"/>, (to build documentation)
83 <xref linkend="libxslt"/>
84 </para>
85
86 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
87 <para role="required">
88 <xref linkend="weston"/>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/wayland"/>
93 </para>
94
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 --disable-static &amp;&amp;
106make</userinput></screen>
107
108 <note>
109 <para>
110 The queue-test will fail if the test suite is run
111 as an unprivileged user.
112 </para>
113 </note>
114
115 <para>
116 To test the results issue the following command:
117 </para>
118
119<screen><userinput>make check</userinput></screen>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/static-libraries.xml"/>
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 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</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">wayland</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 the <application>libwayland-client</application> API functions.
181 </para>
182 <indexterm zone="wayland libwayland-client">
183 <primary sortas="c-libwayland">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 the <application>wayland</application> API functions.
193 </para>
194 <indexterm zone="wayland libwayland-cursor">
195 <primary sortas="c-libwayland">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 the <application>libwayland-server</application> API functions.
205 </para>
206 <indexterm zone="wayland libwayland-server">
207 <primary sortas="c-libwayland">libwayland-server.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect2>
215
216</sect1>
Note: See TracBrowser for help on using the repository browser.