source: x/installing/xorgproto.xml@ 88902ba7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 88902ba7 was 62a5037e, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to xterm-353.
Update to mesa-19.3.4.
Update to wayland-1.18.0.
Tag most of xorg (not all drivers) and xorg dependencies.

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

  • Property mode set to 100644
File size: 4.7 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 xorgproto-download-http "https://xorg.freedesktop.org/archive/individual/proto/xorgproto-&xorgproto-version;.tar.bz2">
8 <!ENTITY xorgproto-download-ftp " ">
9 <!ENTITY xorgproto-md5sum "a02dcaff48b4141b949ac99dfc344d86">
10 <!ENTITY xorgproto-size "828 KB">
11 <!ENTITY xorgproto-buildsize "8.2 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 &lfs91_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 &amp;&amp;
110cd build &amp;&amp;
111
112meson --prefix=$XORG_PREFIX .. &amp;&amp;
113ninja</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 &amp;&amp;
124
125install -vdm 755 $XORG_PREFIX/share/doc/xorgproto-&xorgproto-version; &amp;&amp;
126install -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_options.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>
Note: See TracBrowser for help on using the repository browser.