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 xorgproto-download-http "https://xorg.freedesktop.org/archive/individual/proto/xorgproto-&xorgproto-version;.tar.bz2">
|
---|
8 | <!ENTITY xorgproto-download-ftp " ">
|
---|
9 | <!ENTITY xorgproto-md5sum "81557ca47ee66a4e54590fcdadd28114">
|
---|
10 | <!ENTITY xorgproto-size "381 KB">
|
---|
11 | <!ENTITY xorgproto-buildsize "5 MB">
|
---|
12 | <!ENTITY xorgproto-time "less than 0.1 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="xorgproto" xreflabel="xorgproto-&xorgproto-version;">
|
---|
16 | <?dbhtml filename="xorgproto.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy: bdubbs $</othername>
|
---|
20 | <date>$Date: 2018-02-18 22:04:14 +0100 (dim. 18 févr. 2018) $</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>xorgproto-&xorgproto-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="xorgproto">
|
---|
26 | <primary sortas="a-xorgproto">xorgproto</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to xorgproto</title>
|
---|
31 |
|
---|
32 | <para>The <application>xorgproto</application> package provides the
|
---|
33 | header files required to build the X Window system, and to allow other
|
---|
34 | applications to build against the installed X Window system.</para>
|
---|
35 |
|
---|
36 | &lfs82_checked;
|
---|
37 |
|
---|
38 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
39 | <itemizedlist spacing="compact">
|
---|
40 | <listitem>
|
---|
41 | <para>
|
---|
42 | Download (HTTP): <ulink url="&xorgproto-download-http;"/>
|
---|
43 | </para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>
|
---|
47 | Download (FTP): <ulink url="&xorgproto-download-ftp;"/>
|
---|
48 | </para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>
|
---|
52 | Download MD5 sum: &xorgproto-md5sum;
|
---|
53 | </para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>
|
---|
57 | Download size: &xorgproto-size;
|
---|
58 | </para>
|
---|
59 | </listitem>
|
---|
60 | <listitem>
|
---|
61 | <para>
|
---|
62 | Estimated disk space required: &xorgproto-buildsize;
|
---|
63 | </para>
|
---|
64 | </listitem>
|
---|
65 | <listitem>
|
---|
66 | <para>
|
---|
67 | Estimated build time: &xorgproto-time;
|
---|
68 | </para>
|
---|
69 | </listitem>
|
---|
70 | </itemizedlist>
|
---|
71 |
|
---|
72 | <bridgehead renderas="sect3">xorgproto Dependencies</bridgehead>
|
---|
73 |
|
---|
74 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
75 | <para role="required">
|
---|
76 | <xref linkend="util-macros"/>
|
---|
77 | </para>
|
---|
78 |
|
---|
79 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
80 | <para role="optional">
|
---|
81 | <xref linkend="fop"/>,
|
---|
82 | <xref linkend="libxslt"/>,
|
---|
83 | <xref linkend="xmlto"/> and
|
---|
84 | <xref linkend="asciidoc"/> (to build additional documentation)
|
---|
85 | </para>
|
---|
86 |
|
---|
87 | <note>
|
---|
88 | <para>
|
---|
89 | There is a reciprocal dependency with <xref linkend="fop"/>. If
|
---|
90 | you wish to build the documentation, you'll need to re-install the
|
---|
91 | Protocol Headers after the installation is complete and
|
---|
92 | <xref linkend="fop"/> has been installed.
|
---|
93 | </para>
|
---|
94 | </note>
|
---|
95 |
|
---|
96 | <para condition="html" role="usernotes">User Notes:
|
---|
97 | <ulink url='&blfs-wiki;/Xorg7ProtocolHeaders'/></para>
|
---|
98 |
|
---|
99 | </sect2>
|
---|
100 |
|
---|
101 | <sect2 role="installation">
|
---|
102 | <title>Installation of xorgproto</title>
|
---|
103 |
|
---|
104 | <para>
|
---|
105 | Install <application>xorgproto</application> by running the
|
---|
106 | following commands:
|
---|
107 | </para>
|
---|
108 |
|
---|
109 | <screen><userinput>mkdir build &&
|
---|
110 | cd build &&
|
---|
111 |
|
---|
112 | meson --prefix=$XORG_PREFIX .. &&
|
---|
113 | ninja</userinput></screen>
|
---|
114 |
|
---|
115 | <para>
|
---|
116 | This package does not come with a test suite.
|
---|
117 | </para>
|
---|
118 |
|
---|
119 | <para>
|
---|
120 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
121 | </para>
|
---|
122 |
|
---|
123 | <screen role="root"><userinput>ninja install &&
|
---|
124 |
|
---|
125 | install -vdm 755 $XORG_PREFIX/share/doc/xorgproto-&xorgproto-version; &&
|
---|
126 | install -vm 644 ../[^m]*.txt ../PM_spec $XORG_PREFIX/share/doc/xorgproto-&xorgproto-version;</userinput></screen>
|
---|
127 |
|
---|
128 | </sect2>
|
---|
129 |
|
---|
130 | <sect2 role="commands">
|
---|
131 | <title>Command Explanations</title>
|
---|
132 |
|
---|
133 | <para>
|
---|
134 | <command>install -vm 644 ../[^m]*.txt ../PM_spec ...</command>: The meson
|
---|
135 | build system does not install the text files into <filename
|
---|
136 | class="directory">/usr/share/doc</filename>. The <command>[^m]</command>
|
---|
137 | part prevents copying the <filename>meson_config.txt</filename> file.
|
---|
138 | </para>
|
---|
139 |
|
---|
140 | </sect2>
|
---|
141 |
|
---|
142 | <sect2 role="content">
|
---|
143 | <title>Contents</title>
|
---|
144 |
|
---|
145 | <segmentedlist>
|
---|
146 | <segtitle>Installed Programs</segtitle>
|
---|
147 | <segtitle>Installed Libraries</segtitle>
|
---|
148 | <segtitle>Installed Directories</segtitle>
|
---|
149 |
|
---|
150 | <seglistitem>
|
---|
151 | <seg>None</seg>
|
---|
152 | <seg>None</seg>
|
---|
153 | <seg>
|
---|
154 | <envar>$XORG_PREFIX</envar>/include/GL,
|
---|
155 | <envar>$XORG_PREFIX</envar>/include/X11, and
|
---|
156 | <envar>$XORG_PREFIX</envar>/share/doc/xorgproto-&xorgproto-version;
|
---|
157 | </seg>
|
---|
158 | </seglistitem>
|
---|
159 | </segmentedlist>
|
---|
160 |
|
---|
161 | </sect2>
|
---|
162 |
|
---|
163 | </sect1>
|
---|