mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
5380ca3c3b
Tag most of General Libraries and dependencies git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22709 af4574ff-66df-0310-9fd7-8a98e5e911e0
210 lines
5.9 KiB
XML
210 lines
5.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libxkbcommon-download-http "https://xkbcommon.org/download/libxkbcommon-&libxkbcommon-version;.tar.xz">
|
|
<!ENTITY libxkbcommon-download-ftp " ">
|
|
<!ENTITY libxkbcommon-md5sum "2d9ad3a46b317138b5e72a91cf105451">
|
|
<!ENTITY libxkbcommon-size "376 KB">
|
|
<!ENTITY libxkbcommon-buildsize "25 MB (with tests)">
|
|
<!ENTITY libxkbcommon-time "less than 0.1 SBU (with tests)">
|
|
]>
|
|
|
|
<sect1 id="libxkbcommon" xreflabel="libxkbcommon-&libxkbcommon-version;">
|
|
<?dbhtml filename="libxkbcommon.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libxkbcommon-&libxkbcommon-version;</title>
|
|
|
|
<indexterm zone="libxkbcommon">
|
|
<primary sortas="a-libxkbcommon">libxkbcommon</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libxkbcommon</title>
|
|
|
|
<para>
|
|
<application>libxkbcommon</application> is a keymap compiler and
|
|
support library which processes a reduced subset of keymaps as
|
|
defined by the XKB specification.
|
|
</para>
|
|
|
|
&lfs91_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libxkbcommon-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libxkbcommon-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libxkbcommon-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libxkbcommon-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libxkbcommon-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libxkbcommon-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libxkbcommon Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="xkeyboard-config"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="libxcb"/> and
|
|
<xref linkend="wayland"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="doxygen"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libxkbcommon"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libxkbcommon</title>
|
|
|
|
<para>
|
|
Install <application>libxkbcommon</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson --prefix=/usr -Denable-docs=false .. &&
|
|
ninja</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>ninja test</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<!--
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
<para>
|
|
<option>- -disable-x11</option>: Use this switch if you
|
|
have not installed <xref linkend="libxcb"/> and
|
|
don't need the <filename>libxkbcommon-x11.so</filename>
|
|
library.
|
|
</para>
|
|
-->
|
|
|
|
<para>
|
|
<parameter>-Denable-docs=false</parameter>: This switch disables
|
|
documentation generation. Remove it if <xref linkend="doxygen"/> is
|
|
installed.
|
|
</para>
|
|
|
|
<para>
|
|
<command>mv -v /usr/share/doc/libxkbcommon{,-&libxkbcommon-version;}</command>:
|
|
If you removed -Denable-docs=false, use this command to install the
|
|
documentation in a versioned directory.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libxkbcommon.so and
|
|
libxkbcommon-x11.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/xkbcommon and
|
|
/usr/share/doc/libxkbcommon-&libxkbcommon-version;
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libxkbcommon-lib">
|
|
<term><filename class="libraryfile">libxkbcommon.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>libxkbcommon</application> API functions.
|
|
</para>
|
|
<indexterm zone="libxkbcommon libxkbcommon-lib">
|
|
<primary sortas="c-libxkbcommon">libxkbcommon.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libxkbcommon-x11">
|
|
<term><filename class="libraryfile">libxkbcommon-x11.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>libxkbcommon</application> X11 specific API
|
|
functions.
|
|
</para>
|
|
<indexterm zone="libxkbcommon libxkbcommon-x11">
|
|
<primary sortas="c-libxkbcommon-x11">libxkbcommon-x11.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|