source: x/lib/libxklavier.xml@ c1e4d795

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c1e4d795 was b0ce34a, checked in by Randy McMurchy <randy@…>, 19 years ago

Added a sed command to the libxklavier instructions to fix a GCC-4.x build problem

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

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libxklavier-download-http "http://prdownloads.sourceforge.net/gswitchit/libxklavier-&libxklavier-version;.tar.gz">
8 <!ENTITY libxklavier-download-ftp " ">
9 <!ENTITY libxklavier-md5sum "9257653ee3d194d9c8d669e969fe4332">
10 <!ENTITY libxklavier-size "435 KB">
11 <!ENTITY libxklavier-buildsize "7.0 MB">
12 <!ENTITY libxklavier-time "0.12 SBU">
13]>
14
15<sect1 id="libxklavier" xreflabel="libxklavier-&libxklavier-version;">
16 <?dbhtml filename="libxklavier.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libxklavier-&libxklavier-version;</title>
24
25 <indexterm zone="libxklavier">
26 <primary sortas="a-Libxklavier">Libxklavier</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libxklavier</title>
31
32 <para>The <application>libxklavier</application> package contains a
33 utility library for <application>X</application> keyboard.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&libxklavier-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&libxklavier-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &libxklavier-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &libxklavier-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &libxklavier-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &libxklavier-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">libxklavier Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
61 <xref linkend="pkgconfig"/> and
62 <xref linkend="libxml2"/></para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para><xref linkend="doxygen"/></para>
66
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of libxklavier</title>
71
72 <para>Install <application>libxklavier</application> by running the
73 following commands:</para>
74
75<screen><userinput>sed -i "s/-Wall -Werror/-Wall/" libxklavier/Makefile.{am,in} &amp;&amp;
76./configure --prefix=/usr &amp;&amp;
77make</userinput></screen>
78
79 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
80
81<screen role="root"><userinput>make install</userinput></screen>
82
83 </sect2>
84
85 <sect2 role="commands">
86 <title>Command Explanations</title>
87
88 <para><command>sed -i "..." libxklavier/Makefile.{am,in}</command>: Using
89 <application>GCC</application>-4.x to compile this package will create
90 warnings which are treated as errors and the build fails. This command
91 removes the flags that cause the warnings to be treated as errors.</para>
92
93 </sect2>
94
95 <sect2 role="content">
96 <title>Contents</title>
97
98 <segmentedlist>
99 <segtitle>Installed Programs</segtitle>
100 <segtitle>Installed Library</segtitle>
101 <segtitle>Installed Directories</segtitle>
102
103 <seglistitem>
104 <seg>None</seg>
105 <seg>libxklavier.[so,a]</seg>
106 <seg>/usr/include/libxklavier, /usr/share/doc/libxklavier-2.0, and
107 /usr/share/libxklavier</seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <variablelist>
112 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
113 <?dbfo list-presentation="list"?>
114 <?dbhtml list-presentation="table"?>
115
116 <varlistentry id="libxklavier-lib">
117 <term><filename class='libraryfile'>libxklavier.[so,a]</filename></term>
118 <listitem>
119 <para>contains XKB utility functions.</para>
120 <indexterm zone="libxklavier libxklavier-lib">
121 <primary sortas="c-libxklavier">libxklavier.[so,a]</primary>
122 </indexterm>
123 </listitem>
124 </varlistentry>
125
126 </variablelist>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.