source: x/installing/xorgproto.xml

trunk
Last change on this file was 9a15247, checked in by Douglas R. Reno <renodr@…>, 3 weeks ago

xorgproto: fix typo

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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.xz">
8 <!ENTITY xorgproto-download-ftp " ">
9 <!ENTITY xorgproto-md5sum "12374d29fb5ae642cfa872035e401640">
10 <!ENTITY xorgproto-size "744 KB">
11 <!ENTITY xorgproto-buildsize "8.4 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
19 <title>xorgproto-&xorgproto-version;</title>
20
21 <indexterm zone="xorgproto">
22 <primary sortas="a-xorgproto">xorgproto</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to xorgproto</title>
27
28 <para>
29 The <application>xorgproto</application> package provides the
30 header files required to build the X Window system, and to allow other
31 applications to build against the installed X Window system.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&xorgproto-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&xorgproto-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &xorgproto-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &xorgproto-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &xorgproto-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &xorgproto-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">xorgproto Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="util-macros"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="fop"/>,
80 <xref linkend="libxslt"/>,
81 <xref linkend="xmlto"/> and
82 <xref linkend="asciidoc"/> (to build additional documentation)
83 </para>
84
85 <note>
86 <para>
87 There is a reciprocal dependency with <xref linkend="fop"/>. If
88 you wish to build the documentation, you'll need to re-install the
89 Protocol Headers after the installation is complete and
90 <xref linkend="fop"/> has been installed.
91 </para>
92 </note>
93
94 <para condition="html" role="usernotes">Editor Notes:
95 <ulink url='&blfs-wiki;/Xorg7ProtocolHeaders'/></para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of xorgproto</title>
101
102 <para>
103 Install <application>xorgproto</application> by running the
104 following commands:
105 </para>
106
107<screen><userinput>mkdir build &amp;&amp;
108cd build &amp;&amp;
109
110meson setup --prefix=$XORG_PREFIX .. &amp;&amp;
111ninja</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>ninja install &amp;&amp;
122mv -v $XORG_PREFIX/share/doc/xorgproto{,-&xorgproto-version;}</userinput></screen>
123<!--
124install -vdm 755 $XORG_PREFIX/share/doc/xorgproto-&xorgproto-version; &amp;&amp;
125install -vm 644 ../[^m]*.txt ../PM_spec $XORG_PREFIX/share/doc/xorgproto-&xorgproto-version;</userinput></screen>-->
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <option>-Dlegacy=true</option>: Installs legacy headers needed
134 by old programs (such as <ulink
135 url="https://lesstif.sourceforge.net/">LessTif</ulink>).
136 </para>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>None</seg>
150 <seg>None</seg>
151 <seg>
152 <envar>$XORG_PREFIX</envar>/include/GL,
153 <envar>$XORG_PREFIX</envar>/include/X11, and
154 <envar>$XORG_PREFIX</envar>/share/doc/xorgproto-&xorgproto-version;
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.