source: x/installing/libXau.xml@ 6e1b074

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 6e1b074 was 18aa9339, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Lots of tags for X

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[2626874]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
[71899871]7 <!ENTITY libXau-download-http "&xorg-download-http;/lib/libXau-&libXau-version;.tar.xz">
8 <!ENTITY libXau-download-ftp "&xorg-download-ftp;/lib/libXau-&libXau-version;.tar.xz">
[80724aa0]9 <!ENTITY libXau-md5sum "7f14ba9c84a81a2b9dd023706febab38">
[71899871]10 <!ENTITY libXau-size "268 KB">
[80724aa0]11 <!ENTITY libXau-buildsize "2.8 MB (with test)">
12 <!ENTITY libXau-time "less than 0.1 SBU (with test)">
[2626874]13]>
14
15<sect1 id="libXau" xreflabel="libXau-&libXau-version;">
16 <?dbhtml filename="libXau.html"?>
17
18
19 <title>libXau-&libXau-version;</title>
20
21 <indexterm zone="libXau">
22 <primary sortas="a-libXau">libXau</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libXau</title>
27
[71df408]28 <para>
29 The <application>libXau</application> package contains a library
30 implementing the X11 Authorization Protocol. This is useful for
31 restricting client access to the display.
32 </para>
[2626874]33
[18aa9339]34 &lfs113_checked;
[ca0c29cc]35
[2626874]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[71df408]39 <para>
40 Download (HTTP): <ulink url="&libXau-download-http;"/>
41 </para>
[2626874]42 </listitem>
43 <listitem>
[71df408]44 <para>
45 Download (FTP): <ulink url="&libXau-download-ftp;"/>
46 </para>
[2626874]47 </listitem>
48 <listitem>
[71df408]49 <para>
50 Download MD5 sum: &libXau-md5sum;
51 </para>
[2626874]52 </listitem>
53 <listitem>
[71df408]54 <para>
55 Download size: &libXau-size;
56 </para>
[2626874]57 </listitem>
58 <listitem>
[71df408]59 <para>
60 Estimated disk space required: &libXau-buildsize;
61 </para>
[2626874]62 </listitem>
63 <listitem>
[71df408]64 <para>
65 Estimated build time: &libXau-time;
66 </para>
[2626874]67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libXau Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
[71df408]73 <para role="required">
74 <xref linkend="xorgproto"/>
75 </para>
[2626874]76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/libXau"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of libXau</title>
84
[71df408]85 <para>
86 Install <application>libXau</application> by running the following
87 commands:
88 </para>
[2626874]89
90<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
91make</userinput></screen>
92
[71df408]93 <para>
94 To test the results, issue: <command>make check</command>.
95 </para>
[2626874]96
[71df408]97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
[2626874]100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
[eb50ddde]109 <segtitle>Installed Programs</segtitle>
[2626874]110 <segtitle>Installed Library</segtitle>
[eb50ddde]111 <segtitle>Installed Directories</segtitle>
[2626874]112
113 <seglistitem>
[eb50ddde]114 <seg>None</seg>
115 <seg>libXau.so</seg>
116 <seg>None</seg>
[2626874]117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="libXau-x7">
[4c24eb0a]126 <term><filename class="libraryfile">libXau.so</filename></term>
[2626874]127 <listitem>
[71df408]128 <para>
[4c24eb0a]129 is the library of X authority database routines
[71df408]130 </para>
[2626874]131 <indexterm zone="libXau libXau-x7">
[eb50ddde]132 <primary sortas="c-libXau">libXau.so</primary>
[2626874]133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 </variablelist>
138
139 </sect2>
140
141</sect1>
Note: See TracBrowser for help on using the repository browser.