source: x/installing/libXdmcp.xml@ ac35d3b

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ac35d3b was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 7 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 4.1 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 libXdmcp-download-http "&xorg-download-http;/lib/libXdmcp-&libXdmcp-version;.tar.xz">
8 <!ENTITY libXdmcp-download-ftp " ">
9 <!ENTITY libXdmcp-md5sum "0b4056a282c1e14323d5daef8fb5345d">
10 <!ENTITY libXdmcp-size "288 KB">
11 <!ENTITY libXdmcp-buildsize "3.1 MB (with test)">
12 <!ENTITY libXdmcp-time "less than 0.1 SBU (with test)">
13]>
14
15<sect1 id="libXdmcp" xreflabel="libXdmcp-&libXdmcp-version;">
16 <?dbhtml filename="libXdmcp.html"?>
17
18
19 <title>libXdmcp-&libXdmcp-version;</title>
20
21 <indexterm zone="libXdmcp">
22 <primary sortas="a-libXdmcp">libXdmcp</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libXdmcp</title>
27
28 <para>
29 The <application>libXdmcp</application> package contains a library
30 implementing the X Display Manager Control Protocol. This is useful for
31 allowing clients to interact with the X Display Manager.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libXdmcp-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libXdmcp-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libXdmcp-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libXdmcp-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libXdmcp-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libXdmcp-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libXdmcp Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="xorgproto"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="xmlto"/>,
80 <xref linkend="fop"/>,
81 <xref linkend="libxslt"/>,
82 and <ulink url="https://gitlab.freedesktop.org/xorg/doc/xorg-sgml-doctools">Xorg-SGML-doctools</ulink> (for documentation)
83 </para>
84
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of libXdmcp</title>
90
91 <para>
92 Install <application>libXdmcp</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure $XORG_CONFIG --docdir=/usr/share/doc/libXdmcp-&libXdmcp-version; &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 To test the results, issue: <command>make check</command>.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Library</segtitle>
117 <segtitle>Installed Directory</segtitle>
118
119 <seglistitem>
120 <seg>None</seg>
121 <seg>libXdmcp.so</seg>
122 <seg><envar>$XORG_PREFIX</envar>/share/doc/libXdmcp-&libXdmcp-version;</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="libXdmcp-x7">
132 <term><filename class="libraryfile">libXdmcp.so</filename></term>
133 <listitem>
134 <para>
135 is the X Display Manager Control Protocol library
136 </para>
137 <indexterm zone="libXdmcp libXdmcp-x7">
138 <primary sortas="c-libXdmcp">libXdmcp.so</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.