source: x/installing/xorgproto.xml@ 3354477

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 3354477 was 3354477, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to xorgproto-2020.1.
Update to doxygen-1.8.18.
Update to Jinja2-2.11.2 (Python Module).
Update to glm-0.9.9.8.
Update to libsass-3.6.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22996 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 "c29f4fa78f53b52b3efdc71ebd9506b6">
10 <!ENTITY xorgproto-size "832 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>
33 The <application>xorgproto</application> package provides the
34 header files required to build the X Window system, and to allow other
35 applications to build against the installed X Window system.
36 </para>
37
38 &lfs91_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&xorgproto-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&xorgproto-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &xorgproto-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &xorgproto-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &xorgproto-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &xorgproto-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">xorgproto Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="util-macros"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="fop"/>,
84 <xref linkend="libxslt"/>,
85 <xref linkend="xmlto"/> and
86 <xref linkend="asciidoc"/> (to build additional documentation)
87 </para>
88
89 <note>
90 <para>
91 There is a reciprocal dependency with <xref linkend="fop"/>. If
92 you wish to build the documentation, you'll need to re-install the
93 Protocol Headers after the installation is complete and
94 <xref linkend="fop"/> has been installed.
95 </para>
96 </note>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url='&blfs-wiki;/Xorg7ProtocolHeaders'/></para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of xorgproto</title>
105
106 <para>
107 Install <application>xorgproto</application> by running the
108 following commands:
109 </para>
110
111<screen><userinput>mkdir build &amp;&amp;
112cd build &amp;&amp;
113
114meson --prefix=$XORG_PREFIX .. &amp;&amp;
115ninja</userinput></screen>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>ninja install &amp;&amp;
126
127install -vdm 755 $XORG_PREFIX/share/doc/xorgproto-&xorgproto-version; &amp;&amp;
128install -vm 644 ../[^m]*.txt ../PM_spec $XORG_PREFIX/share/doc/xorgproto-&xorgproto-version;</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <para>
136 <command>install -vm 644 ../[^m]*.txt ../PM_spec ...</command>: The meson
137 build system does not install the text files into <filename
138 class="directory">/usr/share/doc</filename>. The <command>[^m]</command>
139 part prevents copying the <filename>meson_options.txt</filename> file.
140 </para>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>None</seg>
154 <seg>None</seg>
155 <seg>
156 <envar>$XORG_PREFIX</envar>/include/GL,
157 <envar>$XORG_PREFIX</envar>/include/X11, and
158 <envar>$XORG_PREFIX</envar>/share/doc/xorgproto-&xorgproto-version;
159 </seg>
160 </seglistitem>
161 </segmentedlist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.