mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Removed remaining acronym tags.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4447 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
35036a302e
commit
481b3e81f8
@ -14,26 +14,26 @@
|
|||||||
|
|
||||||
<sect1 id="fetchmail" xreflabel="Fetchmail">
|
<sect1 id="fetchmail" xreflabel="Fetchmail">
|
||||||
<?dbhtml filename="fetchmail.html"?>
|
<?dbhtml filename="fetchmail.html"?>
|
||||||
|
|
||||||
<sect1info>
|
<sect1info>
|
||||||
<othername>$LastChangedBy$</othername>
|
<othername>$LastChangedBy$</othername>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
</sect1info>
|
</sect1info>
|
||||||
|
|
||||||
<title>Fetchmail-&fetchmail-version;</title>
|
<title>Fetchmail-&fetchmail-version;</title>
|
||||||
|
|
||||||
<indexterm zone="fetchmail">
|
<indexterm zone="fetchmail">
|
||||||
<primary sortas="a-Fetchmail">Fetchmail</primary>
|
<primary sortas="a-Fetchmail">Fetchmail</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<sect2 role="package">
|
<sect2 role="package">
|
||||||
<title>Introduction to Fetchmail</title>
|
<title>Introduction to Fetchmail</title>
|
||||||
|
|
||||||
<para>The <application>Fetchmail</application> package contains a mail
|
<para>The <application>Fetchmail</application> package contains a mail
|
||||||
retrieval program. "It retrieves mail from remote mail servers and
|
retrieval program. "It retrieves mail from remote mail servers and
|
||||||
forwards it to your local (client) machine's delivery system, so it can then be
|
forwards it to your local (client) machine's delivery system, so it can then be
|
||||||
read by normal mail user agents." </para>
|
read by normal mail user agents." </para>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -55,103 +55,103 @@
|
|||||||
<para>Estimated build time: &fetchmail-time;</para>
|
<para>Estimated build time: &fetchmail-time;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Fetchmail Dependencies</bridgehead>
|
<bridgehead renderas="sect3">Fetchmail Dependencies</bridgehead>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Required</bridgehead>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
<para><xref linkend="openssl"/> and a local MDA (<xref linkend="procmail"/>)</para>
|
<para><xref linkend="openssl"/> and a local MDA (<xref linkend="procmail"/>)</para>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para><xref linkend="python"/> and <xref linkend="tk"/></para>
|
<para><xref linkend="python"/> and <xref linkend="tk"/></para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Fetchmail</title>
|
<title>Installation of Fetchmail</title>
|
||||||
|
|
||||||
<para>Install <application>Fetchmail</application> by running the following
|
<para>Install <application>Fetchmail</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr --with-ssl --enable-fallback=procmail &&
|
<screen><userinput>./configure --prefix=/usr --with-ssl --enable-fallback=procmail &&
|
||||||
make &&
|
make &&
|
||||||
make install</userinput></screen>
|
make install</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
<para><parameter>--with-ssl</parameter>: This enables SSL if found, so that
|
<para><parameter>--with-ssl</parameter>: This enables SSL if found, so that
|
||||||
you can handle connections to secure POP3 and IMAP servers.</para>
|
you can handle connections to secure POP3 and IMAP servers.</para>
|
||||||
|
|
||||||
<para><parameter>--enable-fallback=procmail</parameter>: This tells
|
<para><parameter>--enable-fallback=procmail</parameter>: This tells
|
||||||
<application>Fetchmail</application> to hand incoming mail to
|
<application>Fetchmail</application> to hand incoming mail to
|
||||||
<application>Procmail</application> for delivery if your port 25 mail server is
|
<application>Procmail</application> for delivery if your port 25 mail server is
|
||||||
not present or not responding.</para>
|
not present or not responding.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="configuration">
|
<sect2 role="configuration">
|
||||||
<title>Configuring Fetchmail</title>
|
<title>Configuring Fetchmail</title>
|
||||||
|
|
||||||
<sect3 id="fetchmail-config">
|
<sect3 id="fetchmail-config">
|
||||||
<title>Config Files</title>
|
<title>Config Files</title>
|
||||||
|
|
||||||
<para><filename>~/.fetchmailrc</filename></para>
|
<para><filename>~/.fetchmailrc</filename></para>
|
||||||
|
|
||||||
<indexterm zone="fetchmail fetchmail-config">
|
<indexterm zone="fetchmail fetchmail-config">
|
||||||
<primary sortas="e-AA.fetchmailrc">~/.fetchmailrc</primary>
|
<primary sortas="e-AA.fetchmailrc">~/.fetchmailrc</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
<title>Configuration Information</title>
|
<title>Configuration Information</title>
|
||||||
|
|
||||||
<screen><userinput>cat > ~/.fetchmailrc << "EOF"
|
<screen><userinput>cat > ~/.fetchmailrc << "EOF"
|
||||||
<literal>set logfile /var/log/fetchmail.log
|
<literal>set logfile /var/log/fetchmail.log
|
||||||
set no bouncemail
|
set no bouncemail
|
||||||
set postmaster root
|
set postmaster root
|
||||||
|
|
||||||
poll SERVERNAME :
|
poll SERVERNAME :
|
||||||
user <replaceable>[username]</replaceable> pass <replaceable>[password]</replaceable>;
|
user <replaceable>[username]</replaceable> pass <replaceable>[password]</replaceable>;
|
||||||
mda "/usr/bin/procmail -f %F -d %T";</literal>
|
mda "/usr/bin/procmail -f %F -d %T";</literal>
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod -v 0600 ~/.fetchmailrc</userinput></screen>
|
chmod -v 0600 ~/.fetchmailrc</userinput></screen>
|
||||||
|
|
||||||
<para>This is an example configuration that should suffice for most people.
|
<para>This is an example configuration that should suffice for most people.
|
||||||
You can add as many users and servers as you need using the same syntax.</para>
|
You can add as many users and servers as you need using the same syntax.</para>
|
||||||
|
|
||||||
<para><command>man fetchmail</command>: Look for the section near
|
<para><command>man fetchmail</command>: Look for the section near
|
||||||
the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis>. It
|
the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis>. It
|
||||||
gives some quick examples. There are countless other config options once
|
gives some quick examples. There are countless other config options once
|
||||||
you get used to it.</para>
|
you get used to it.</para>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="content">
|
<sect2 role="content">
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
<segtitle>Installed Program</segtitle>
|
<segtitle>Installed Program</segtitle>
|
||||||
<segtitle>Installed Libraries</segtitle>
|
<segtitle>Installed Libraries</segtitle>
|
||||||
<segtitle>Installed Directories</segtitle>
|
<segtitle>Installed Directories</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>fetchmail and fetchmailconf</seg>
|
<seg>fetchmail and fetchmailconf</seg>
|
||||||
<seg>None</seg>
|
<seg>None</seg>
|
||||||
<seg>Not determined at this time</seg>
|
<seg>Not determined at this time</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
<?dbfo list-presentation="list"?>
|
<?dbfo list-presentation="list"?>
|
||||||
<?dbhtml list-presentation="table"?>
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
<varlistentry id="fetchmail-prog">
|
<varlistentry id="fetchmail-prog">
|
||||||
<term><command>fetchmail</command></term>
|
<term><command>fetchmail</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -162,12 +162,12 @@ chmod -v 0600 ~/.fetchmailrc</userinput></screen>
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="fetchmailconf">
|
<varlistentry id="fetchmailconf">
|
||||||
<term><command>fetchmailconf</command></term>
|
<term><command>fetchmailconf</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>this program provides a <application>Tk</application>
|
<para>this program provides a <application>Tk</application>
|
||||||
<acronym>GUI</acronym> interface to your <filename>~/.fetchmailrc</filename>
|
GUI interface to your <filename>~/.fetchmailrc</filename>
|
||||||
file making it much easier to configure. However, you will require
|
file making it much easier to configure. However, you will require
|
||||||
<application>Python</application>, and it must have the Tkinker module
|
<application>Python</application>, and it must have the Tkinker module
|
||||||
available.</para>
|
available.</para>
|
||||||
@ -176,9 +176,9 @@ chmod -v 0600 ~/.fetchmailrc</userinput></screen>
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -14,20 +14,20 @@
|
|||||||
|
|
||||||
<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
|
<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
|
||||||
<?dbhtml filename="mutt.html"?>
|
<?dbhtml filename="mutt.html"?>
|
||||||
|
|
||||||
<sect1info>
|
<sect1info>
|
||||||
<othername>$LastChangedBy$</othername>
|
<othername>$LastChangedBy$</othername>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
</sect1info>
|
</sect1info>
|
||||||
|
|
||||||
<title>Mutt-&mutt-version;</title>
|
<title>Mutt-&mutt-version;</title>
|
||||||
|
|
||||||
<sect2 role="package">
|
<sect2 role="package">
|
||||||
<title>Introduction to Mutt</title>
|
<title>Introduction to Mutt</title>
|
||||||
|
|
||||||
<para>The <application>Mutt</application> package contains a Mail User Agent.
|
<para>The <application>Mutt</application> package contains a Mail User Agent.
|
||||||
This is useful for reading, writing, replying to, saving, and deleting your email.</para>
|
This is useful for reading, writing, replying to, saving, and deleting your email.</para>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -49,9 +49,9 @@
|
|||||||
<para>Estimated build time: &mutt-time;</para>
|
<para>Estimated build time: &mutt-time;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
|
<bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para><xref linkend="gnupg"/>,
|
<para><xref linkend="gnupg"/>,
|
||||||
<xref linkend="ispell"/>,
|
<xref linkend="ispell"/>,
|
||||||
@ -60,108 +60,108 @@
|
|||||||
<xref linkend="openssl"/>,
|
<xref linkend="openssl"/>,
|
||||||
<xref linkend="slang"/> and
|
<xref linkend="slang"/> and
|
||||||
<ulink url="http://sources.redhat.com/gdb/">GDB</ulink></para>
|
<ulink url="http://sources.redhat.com/gdb/">GDB</ulink></para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Mutt</title>
|
<title>Installation of Mutt</title>
|
||||||
|
|
||||||
<para><application>Mutt</application> requires a group named
|
<para><application>Mutt</application> requires a group named
|
||||||
<systemitem class="groupname">mail</systemitem>. You can
|
<systemitem class="groupname">mail</systemitem>. You can
|
||||||
add this group, if it does not exist, with this command:</para>
|
add this group, if it does not exist, with this command:</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>groupadd mail</userinput></screen>
|
<screen role="root"><userinput>groupadd mail</userinput></screen>
|
||||||
|
|
||||||
<para>If you did not install a MTA, such as <xref linkend="postfix"/> or
|
<para>If you did not install a MTA, such as <xref linkend="postfix"/> or
|
||||||
<xref linkend="sendmail"/>, you need to modify the ownership of
|
<xref linkend="sendmail"/>, you need to modify the ownership of
|
||||||
<filename class="directory">/var/mail</filename> with this command:</para>
|
<filename class="directory">/var/mail</filename> with this command:</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
|
<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
|
||||||
|
|
||||||
<para>Install <application>Mutt</application> by running the following
|
<para>Install <application>Mutt</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
|
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
|
||||||
--enable-pop --enable-imap &&
|
--enable-pop --enable-imap &&
|
||||||
make &&
|
make &&
|
||||||
make install</userinput></screen>
|
make install</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
<para><parameter>--enable-pop</parameter>: This switch enables
|
<para><parameter>--enable-pop</parameter>: This switch enables
|
||||||
<acronym>POP</acronym>3 support.</para>
|
POP3 support.</para>
|
||||||
|
|
||||||
<para><parameter>--enable-imap</parameter>: This switch enables
|
<para><parameter>--enable-imap</parameter>: This switch enables
|
||||||
<acronym>IMAP</acronym> support.</para>
|
IMAP support.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="configuration">
|
<sect2 role="configuration">
|
||||||
<title>Configuring Mutt</title>
|
<title>Configuring Mutt</title>
|
||||||
|
|
||||||
<sect3 id="mutt-config">
|
<sect3 id="mutt-config">
|
||||||
<title>Config Files</title>
|
<title>Config Files</title>
|
||||||
|
|
||||||
<para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
|
<para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
|
||||||
<filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
|
<filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
|
||||||
|
|
||||||
<indexterm zone="mutt mutt-config">
|
<indexterm zone="mutt mutt-config">
|
||||||
<primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
|
<primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<indexterm zone="mutt mutt-config">
|
<indexterm zone="mutt mutt-config">
|
||||||
<primary sortas="e-AA.muttrc">~/.muttrc</primary>
|
<primary sortas="e-AA.muttrc">~/.muttrc</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<indexterm zone="mutt mutt-config">
|
<indexterm zone="mutt mutt-config">
|
||||||
<primary sortas="e-etc-mime.types">/etc/mime.types</primary>
|
<primary sortas="e-etc-mime.types">/etc/mime.types</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<indexterm zone="mutt mutt-config">
|
<indexterm zone="mutt mutt-config">
|
||||||
<primary sortas="e-AA.mime.types">~/.mime.types</primary>
|
<primary sortas="e-AA.mime.types">~/.mime.types</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
<title>Configuration Information</title>
|
<title>Configuration Information</title>
|
||||||
|
|
||||||
<para>No changes in these files are necessary to begin using
|
<para>No changes in these files are necessary to begin using
|
||||||
<application>Mutt</application>. When you are ready to make changes, the
|
<application>Mutt</application>. When you are ready to make changes, the
|
||||||
man page for <filename>muttrc</filename> is a good starting place.</para>
|
man page for <filename>muttrc</filename> is a good starting place.</para>
|
||||||
|
|
||||||
<para>In order to utilize <application>GnuPG</application>, use the following
|
<para>In order to utilize <application>GnuPG</application>, use the following
|
||||||
command:</para>
|
command:</para>
|
||||||
|
|
||||||
<screen><userinput>cat /usr/share/doc/mutt/samples/gpg.rc >> ~/.muttrc</userinput></screen>
|
<screen><userinput>cat /usr/share/doc/mutt/samples/gpg.rc >> ~/.muttrc</userinput></screen>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="content">
|
<sect2 role="content">
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
<segtitle>Installed Programs</segtitle>
|
<segtitle>Installed Programs</segtitle>
|
||||||
<segtitle>Installed Libraries</segtitle>
|
<segtitle>Installed Libraries</segtitle>
|
||||||
<segtitle>Installed Directories</segtitle>
|
<segtitle>Installed Directories</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>flea, mutt, mutt_dotlock, muttbug, pgpring, and pgpwrap</seg>
|
<seg>flea, mutt, mutt_dotlock, muttbug, pgpring, and pgpwrap</seg>
|
||||||
<seg>None</seg>
|
<seg>None</seg>
|
||||||
<seg>Not determined at this time</seg>
|
<seg>Not determined at this time</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
<?dbfo list-presentation="list"?>
|
<?dbfo list-presentation="list"?>
|
||||||
<?dbhtml list-presentation="table"?>
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
<varlistentry id="flea">
|
<varlistentry id="flea">
|
||||||
<term><command>flea</command></term>
|
<term><command>flea</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -171,7 +171,7 @@ make install</userinput></screen>
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="mutt-prog">
|
<varlistentry id="mutt-prog">
|
||||||
<term><command>mutt</command></term>
|
<term><command>mutt</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -182,7 +182,7 @@ make install</userinput></screen>
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="mutt_dotlock">
|
<varlistentry id="mutt_dotlock">
|
||||||
<term><command>mutt_dotlock</command></term>
|
<term><command>mutt_dotlock</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -192,7 +192,7 @@ make install</userinput></screen>
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="muttbug">
|
<varlistentry id="muttbug">
|
||||||
<term><command>muttbug</command></term>
|
<term><command>muttbug</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -202,9 +202,9 @@ make install</userinput></screen>
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
<sect1 id="GLib" xreflabel="GLib-&GLib-version;">
|
<sect1 id="GLib" xreflabel="GLib-&GLib-version;">
|
||||||
<?dbhtml filename="glib.html"?>
|
<?dbhtml filename="glib.html"?>
|
||||||
|
|
||||||
<sect1info>
|
<sect1info>
|
||||||
<othername>$LastChangedBy$</othername>
|
<othername>$LastChangedBy$</othername>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
</sect1info>
|
</sect1info>
|
||||||
|
|
||||||
<title>GLib-&GLib-version;</title>
|
<title>GLib-&GLib-version;</title>
|
||||||
|
|
||||||
<indexterm zone="GLib">
|
<indexterm zone="GLib">
|
||||||
<primary sortas="a-GLib-1">GLib-1</primary>
|
<primary sortas="a-GLib-1">GLib-1</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
@ -33,7 +33,7 @@
|
|||||||
library. This is useful for providing data structure handling for C,
|
library. This is useful for providing data structure handling for C,
|
||||||
portability wrappers and interfaces for such runtime functionality as an event
|
portability wrappers and interfaces for such runtime functionality as an event
|
||||||
loop, threads, dynamic loading, and an object system.</para>
|
loop, threads, dynamic loading, and an object system.</para>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
<itemizedlist spacing="compact">
|
<itemizedlist spacing="compact">
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -55,36 +55,36 @@
|
|||||||
<para>Estimated build time: &GLib-time;</para>
|
<para>Estimated build time: &GLib-time;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Required patch: <ulink
|
<para>Required patch: <ulink
|
||||||
url="&patch-root;/glib-&GLib-version;-gcc34-1.patch"/></para>
|
url="&patch-root;/glib-&GLib-version;-gcc34-1.patch"/></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of GLib</title>
|
<title>Installation of GLib</title>
|
||||||
|
|
||||||
<para>Install <application>glib</application> by running the following
|
<para>Install <application>glib</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch &&
|
<screen><userinput>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch &&
|
||||||
./configure --prefix=/usr &&
|
./configure --prefix=/usr &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>To test the results, issue: <command>make check</command>.</para>
|
<para>To test the results, issue: <command>make check</command>.</para>
|
||||||
|
|
||||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>make install &&
|
<screen role="root"><userinput>make install &&
|
||||||
chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10</userinput></screen>
|
chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="content">
|
<sect2 role="content">
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
@ -92,42 +92,42 @@ chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10</userinput></screen>
|
|||||||
<segtitle>Installed Programs</segtitle>
|
<segtitle>Installed Programs</segtitle>
|
||||||
<segtitle>Installed Libraries</segtitle>
|
<segtitle>Installed Libraries</segtitle>
|
||||||
<segtitle>Installed Directories</segtitle>
|
<segtitle>Installed Directories</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>glib-config</seg>
|
<seg>glib-config</seg>
|
||||||
<seg>libglib.[so,a], libgmodule.[so,a] and libgthread.[so,a]</seg>
|
<seg>libglib.[so,a], libgmodule.[so,a] and libgthread.[so,a]</seg>
|
||||||
<seg>/usr/include/glib-1.2 and /usr/lib/glib</seg>
|
<seg>/usr/include/glib-1.2 and /usr/lib/glib</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
<?dbfo list-presentation="list"?>
|
<?dbfo list-presentation="list"?>
|
||||||
<?dbhtml list-presentation="table"?>
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
<varlistentry id="glib-config">
|
<varlistentry id="glib-config">
|
||||||
<term><command>glib-config</command></term>
|
<term><command>glib-config</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>is a tool that is used by <command>configure</command> scripts
|
<para>is a tool that is used by <command>configure</command> scripts
|
||||||
to determine the compiler and linker flags that should be used to compile and
|
to determine the compiler and linker flags that should be used to compile and
|
||||||
link programs that use <application>GLib</application>.</para>
|
link programs that use <application>GLib</application>.</para>
|
||||||
<indexterm zone="GLib glib-config">
|
<indexterm zone="GLib glib-config">
|
||||||
<primary sortas="b-glib-config">glib-config</primary>
|
<primary sortas="b-glib-config">glib-config</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="libglib">
|
<varlistentry id="libglib">
|
||||||
<term><filename class='libraryfile'>libglib.[so,a]</filename></term>
|
<term><filename class='libraryfile'>libglib.[so,a]</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>libraries contain a low-level core library for the
|
<para>libraries contain a low-level core library for the
|
||||||
<application><acronym>GIMP</acronym></application> Toolkit.</para>
|
<application>GIMP</application> Toolkit.</para>
|
||||||
<indexterm zone="GLib libglib">
|
<indexterm zone="GLib libglib">
|
||||||
<primary sortas="c-libglib">libglib.[so,a]</primary>
|
<primary sortas="c-libglib">libglib.[so,a]</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -15,24 +15,24 @@
|
|||||||
|
|
||||||
<sect1 id="fontconfig" xreflabel="Fontconfig-&fontconfig-version;">
|
<sect1 id="fontconfig" xreflabel="Fontconfig-&fontconfig-version;">
|
||||||
<?dbhtml filename="fontconfig.html"?>
|
<?dbhtml filename="fontconfig.html"?>
|
||||||
|
|
||||||
<sect1info>
|
<sect1info>
|
||||||
<othername>$LastChangedBy$</othername>
|
<othername>$LastChangedBy$</othername>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
</sect1info>
|
</sect1info>
|
||||||
|
|
||||||
<title>Fontconfig-&fontconfig-version;</title>
|
<title>Fontconfig-&fontconfig-version;</title>
|
||||||
|
|
||||||
<indexterm zone="fontconfig">
|
<indexterm zone="fontconfig">
|
||||||
<primary sortas="a-Fontconfig">Fontconfig</primary>
|
<primary sortas="a-Fontconfig">Fontconfig</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<sect2 role="package">
|
<sect2 role="package">
|
||||||
<title>Introduction to Fontconfig</title>
|
<title>Introduction to Fontconfig</title>
|
||||||
|
|
||||||
<para>The <application>Fontconfig</application> package is a library
|
<para>The <application>Fontconfig</application> package is a library
|
||||||
for configuring and customizing font access.</para>
|
for configuring and customizing font access.</para>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
<itemizedlist spacing="compact">
|
<itemizedlist spacing="compact">
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -56,91 +56,91 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>The numbering system of <application>Fontconfig</application> is
|
<para>The numbering system of <application>Fontconfig</application> is
|
||||||
unusual. The beta versions of the package are numbered with a 9x in the last
|
unusual. The beta versions of the package are numbered with a 9x in the last
|
||||||
portion of the release number. This means that 2.3.90 is a beta release and
|
portion of the release number. This means that 2.3.90 is a beta release and
|
||||||
the most current release is of the form 2.3.1</para>
|
the most current release is of the form 2.3.1</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Fontconfig Dependencies</bridgehead>
|
<bridgehead renderas="sect3">Fontconfig Dependencies</bridgehead>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Required</bridgehead>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
<para><xref linkend="freetype2"/> and <xref linkend="expat"/></para>
|
<para><xref linkend="freetype2"/> and <xref linkend="expat"/></para>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para><xref linkend="docbook-utils"/></para>
|
<para><xref linkend="docbook-utils"/></para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>If you have <application>DocBook-utils</application> installed,
|
<para>If you have <application>DocBook-utils</application> installed,
|
||||||
you must also have <xref linkend="perl-modules"/>: SGMLSpm-1.03ii installed
|
you must also have <xref linkend="perl-modules"/>: SGMLSpm-1.03ii installed
|
||||||
also, or the <application>Fontconfig</application> build will fail.</para>
|
also, or the <application>Fontconfig</application> build will fail.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Fontconfig</title>
|
<title>Installation of Fontconfig</title>
|
||||||
|
|
||||||
<para>Install <application>Fontconfig</application> by running the following
|
<para>Install <application>Fontconfig</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr \
|
<screen><userinput>./configure --prefix=/usr \
|
||||||
--sysconfdir=/etc --disable-docs &&
|
--sysconfdir=/etc --disable-docs &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>To test the results, issue: <command>make check</command>.</para>
|
<para>To test the results, issue: <command>make check</command>.</para>
|
||||||
|
|
||||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>make install</userinput></screen>
|
<screen role="root"><userinput>make install</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
<para><parameter>--disable-docs</parameter>: This switch avoids building the
|
<para><parameter>--disable-docs</parameter>: This switch avoids building the
|
||||||
documentation. If you wish to build the documentation using
|
documentation. If you wish to build the documentation using
|
||||||
<application>DocBook-utils</application>, you may need to remove the
|
<application>DocBook-utils</application>, you may need to remove the
|
||||||
<application>OpenSP</application> catalog definitions from the system
|
<application>OpenSP</application> catalog definitions from the system
|
||||||
<acronym>SGML</acronym> catalogs. Use the following command before building
|
SGML catalogs. Use the following command before building
|
||||||
the package to accomplish this:</para>
|
the package to accomplish this:</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>sed -i.orig \
|
<screen role="root"><userinput>sed -i.orig \
|
||||||
-e "\%CATALOG /etc/sgml/OpenSP-1.5.1.cat%d" \
|
-e "\%CATALOG /etc/sgml/OpenSP-1.5.1.cat%d" \
|
||||||
/etc/sgml/catalog \
|
/etc/sgml/catalog \
|
||||||
/etc/sgml/sgml-docbook.cat</userinput></screen>
|
/etc/sgml/sgml-docbook.cat</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="configuration">
|
<sect2 role="configuration">
|
||||||
<title>Configuring Fontconfig</title>
|
<title>Configuring Fontconfig</title>
|
||||||
|
|
||||||
<sect3 id="fontconfig-config">
|
<sect3 id="fontconfig-config">
|
||||||
<title>Config Files</title>
|
<title>Config Files</title>
|
||||||
|
|
||||||
<para><filename>/etc/fonts/* and /etc/fonts/conf.d/*</filename></para>
|
<para><filename>/etc/fonts/* and /etc/fonts/conf.d/*</filename></para>
|
||||||
|
|
||||||
<indexterm zone="fontconfig fontconfig-config">
|
<indexterm zone="fontconfig fontconfig-config">
|
||||||
<primary sortas="e-etc-fonts">/etc/fonts/*</primary>
|
<primary sortas="e-etc-fonts">/etc/fonts/*</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<indexterm zone="fontconfig fontconfig-config">
|
<indexterm zone="fontconfig fontconfig-config">
|
||||||
<primary sortas="e-etc-fonts-conf.d">/etc/fonts/conf.d/*</primary>
|
<primary sortas="e-etc-fonts-conf.d">/etc/fonts/conf.d/*</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
<title>Configuration Information</title>
|
<title>Configuration Information</title>
|
||||||
|
|
||||||
<para>The configuration file for <application>Fontconfig</application> is
|
<para>The configuration file for <application>Fontconfig</application> is
|
||||||
<filename>/etc/fonts/fonts.conf</filename>. Generally you do not want to edit
|
<filename>/etc/fonts/fonts.conf</filename>. Generally you do not want to edit
|
||||||
this file. To put a new font directory in the configuration, create (or
|
this file. To put a new font directory in the configuration, create (or
|
||||||
update) the <filename>/etc/fonts/local.conf</filename> file with your local
|
update) the <filename>/etc/fonts/local.conf</filename> file with your local
|
||||||
information. The default location of fonts in
|
information. The default location of fonts in
|
||||||
<application>Fontconfig</application> is:</para>
|
<application>Fontconfig</application> is:</para>
|
||||||
|
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>/usr/share/fonts</para>
|
<para>/usr/share/fonts</para>
|
||||||
@ -149,28 +149,28 @@ make</userinput></screen>
|
|||||||
<para>~/.fonts</para>
|
<para>~/.fonts</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<indexterm zone="fontconfig fontconfig-config">
|
<indexterm zone="fontconfig fontconfig-config">
|
||||||
<primary sortas="g-usr-share-fonts">/usr/share/fonts</primary>
|
<primary sortas="g-usr-share-fonts">/usr/share/fonts</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<indexterm zone="fontconfig fontconfig-config">
|
<indexterm zone="fontconfig fontconfig-config">
|
||||||
<primary sortas="g-AA.fonts">~/.fonts</primary>
|
<primary sortas="g-AA.fonts">~/.fonts</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para><application>X</application> also includes an internal (and
|
<para><application>X</application> also includes an internal (and
|
||||||
older) version of <application>Fontconfig</application> and unless it is
|
older) version of <application>Fontconfig</application> and unless it is
|
||||||
explicitly disabled when building <application>Xorg</application> or
|
explicitly disabled when building <application>Xorg</application> or
|
||||||
<application>XFree86</application>, the internal version is created leaving
|
<application>XFree86</application>, the internal version is created leaving
|
||||||
two slightly incompatible libraries on your system. It is recommended that
|
two slightly incompatible libraries on your system. It is recommended that
|
||||||
you only install one version.</para>
|
you only install one version.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="content">
|
<sect2 role="content">
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
@ -178,19 +178,19 @@ make</userinput></screen>
|
|||||||
<segtitle>Installed Programs</segtitle>
|
<segtitle>Installed Programs</segtitle>
|
||||||
<segtitle>Installed Library</segtitle>
|
<segtitle>Installed Library</segtitle>
|
||||||
<segtitle>Installed Directories</segtitle>
|
<segtitle>Installed Directories</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>fc-cache, fc-list, and fc-match</seg>
|
<seg>fc-cache, fc-list, and fc-match</seg>
|
||||||
<seg>libfontconfig.[so,a]</seg>
|
<seg>libfontconfig.[so,a]</seg>
|
||||||
<seg>/etc/fonts and /usr/include/fontconfig</seg>
|
<seg>/etc/fonts and /usr/include/fontconfig</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
<?dbfo list-presentation="list"?>
|
<?dbfo list-presentation="list"?>
|
||||||
<?dbhtml list-presentation="table"?>
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
<varlistentry id="fc-cache">
|
<varlistentry id="fc-cache">
|
||||||
<term><command>fc-cache</command></term>
|
<term><command>fc-cache</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -200,7 +200,7 @@ make</userinput></screen>
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="fc-list">
|
<varlistentry id="fc-list">
|
||||||
<term><command>fc-list</command></term>
|
<term><command>fc-list</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -210,30 +210,30 @@ make</userinput></screen>
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="fc-match">
|
<varlistentry id="fc-match">
|
||||||
<term><command>fc-match</command></term>
|
<term><command>fc-match</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>is used to match available fonts, or find fonts that match
|
<para>is used to match available fonts, or find fonts that match
|
||||||
a given pattern.</para>
|
a given pattern.</para>
|
||||||
<indexterm zone="fontconfig fc-match">
|
<indexterm zone="fontconfig fc-match">
|
||||||
<primary sortas="b-fc-match">fc-match</primary>
|
<primary sortas="b-fc-match">fc-match</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="libfontconfig">
|
<varlistentry id="libfontconfig">
|
||||||
<term><filename class='libraryfile'>libfontconfig.[so,a]</filename></term>
|
<term><filename class='libraryfile'>libfontconfig.[so,a]</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>contains functions used by the
|
<para>contains functions used by the
|
||||||
<application>Fontconfig</application> programs and also by other
|
<application>Fontconfig</application> programs and also by other
|
||||||
programs to configure or customize font access.</para>
|
programs to configure or customize font access.</para>
|
||||||
<indexterm zone="fontconfig libfontconfig">
|
<indexterm zone="fontconfig libfontconfig">
|
||||||
<primary sortas="c-libfontconfig">libfontconfig.[so,a]</primary>
|
<primary sortas="c-libfontconfig">libfontconfig.[so,a]</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -58,9 +58,9 @@
|
|||||||
<bridgehead renderas="sect3">Ruby Dependencies</bridgehead>
|
<bridgehead renderas="sect3">Ruby Dependencies</bridgehead>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para><xref linkend="openssl"/>,
|
<para><xref linkend="openssl"/>,
|
||||||
<xref linkend="tk"/>,
|
<xref linkend="tk"/>,
|
||||||
<xref linkend="db"/>,
|
<xref linkend="db"/>,
|
||||||
<xref linkend="gdbm"/></para>
|
<xref linkend="gdbm"/></para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Ruby</title>
|
<title>Installation of Ruby</title>
|
||||||
|
|
||||||
<para>Install <application>Ruby</application> by running the following
|
<para>Install <application>Ruby</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr --enable-shared \
|
<screen><userinput>./configure --prefix=/usr --enable-shared \
|
||||||
@ -84,10 +84,10 @@ make</userinput></screen>
|
|||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
<para><parameter>--enable-shared</parameter>: This parameter builds the
|
<para><parameter>--enable-shared</parameter>: This parameter builds the
|
||||||
<filename class='libraryfile'>libruby</filename> shared library.</para>
|
<filename class='libraryfile'>libruby</filename> shared library.</para>
|
||||||
|
|
||||||
<para><parameter>--enable-pthread</parameter>: This parameter links the
|
<para><parameter>--enable-pthread</parameter>: This parameter links the
|
||||||
threading library into the <application>Ruby</application> build.</para>
|
threading library into the <application>Ruby</application> build.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
@ -102,7 +102,7 @@ make</userinput></screen>
|
|||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>ruby, irb, erb, rdoc, ri, and testrb</seg>
|
<seg>ruby, irb, erb, rdoc, ri, and testrb</seg>
|
||||||
<seg>libruby.so and numerous modules located in the
|
<seg>libruby.so and numerous modules located in the
|
||||||
<filename class='directory'>/usr/lib/ruby</filename> hierarchy.</seg>
|
<filename class='directory'>/usr/lib/ruby</filename> hierarchy.</seg>
|
||||||
<seg>/usr/lib/ruby and /usr/share/ri</seg>
|
<seg>/usr/lib/ruby and /usr/share/ri</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
@ -160,7 +160,7 @@ make</userinput></screen>
|
|||||||
<varlistentry id="libruby">
|
<varlistentry id="libruby">
|
||||||
<term><filename role="library">libruby.so</filename></term>
|
<term><filename role="library">libruby.so</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>contains the <acronym>API</acronym> functions required
|
<para>contains the API functions required
|
||||||
by <application>Ruby</application>.</para>
|
by <application>Ruby</application>.</para>
|
||||||
<indexterm zone="ruby libruby">
|
<indexterm zone="ruby libruby">
|
||||||
<primary sortas="c-libruby">libruby.so</primary>
|
<primary sortas="c-libruby">libruby.so</primary>
|
||||||
|
@ -29,10 +29,10 @@
|
|||||||
<sect2 role="package">
|
<sect2 role="package">
|
||||||
<title>Introduction to Sysstat</title>
|
<title>Introduction to Sysstat</title>
|
||||||
|
|
||||||
<para>The <application>Sysstat</application> package contains utilities
|
<para>The <application>Sysstat</application> package contains utilities
|
||||||
to monitor system performance and usage activity.
|
to monitor system performance and usage activity.
|
||||||
<application>Sysstat</application> contains the <command>sar</command>
|
<application>Sysstat</application> contains the <command>sar</command>
|
||||||
utility, common to many commercial Unixes, and tools you can schedule via
|
utility, common to many commercial Unixes, and tools you can schedule via
|
||||||
cron to collect and historize performance and activity data.</para>
|
cron to collect and historize performance and activity data.</para>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Sysstat</title>
|
<title>Installation of Sysstat</title>
|
||||||
|
|
||||||
<para>Install <application>Sysstat</application> by running the
|
<para>Install <application>Sysstat</application> by running the
|
||||||
following commands:</para>
|
following commands:</para>
|
||||||
|
|
||||||
<screen><userinput>make config &&
|
<screen><userinput>make config &&
|
||||||
@ -82,14 +82,14 @@ make</userinput></screen>
|
|||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
<para><command>make config</command>: Runs the interactive configuration
|
<para><command>make config</command>: Runs the interactive configuration
|
||||||
process. The first question prompts you for an
|
process. The first question prompts you for an
|
||||||
<quote><computeroutput>Installation directory</computeroutput></quote>.
|
<quote><computeroutput>Installation directory</computeroutput></quote>.
|
||||||
Reply with <filename class="directory">/usr</filename>, as this is equivalent to
|
Reply with <filename class="directory">/usr</filename>, as this is equivalent to
|
||||||
<application>Autoconf</application>'s <option>--prefix=/usr</option> parameter
|
<application>Autoconf</application>'s <option>--prefix=/usr</option> parameter
|
||||||
to <command>configure</command>. For all other prompts, you may
|
to <command>configure</command>. For all other prompts, you may
|
||||||
press <keycap>Enter</keycap> to accept the (very sane) defaults. When
|
press <keycap>Enter</keycap> to accept the (very sane) defaults. When
|
||||||
prompted for <quote><computeroutput>Number of daily data files to keep:
|
prompted for <quote><computeroutput>Number of daily data files to keep:
|
||||||
[7]</computeroutput></quote>, you may wish to keep a larger number of files.
|
[7]</computeroutput></quote>, you may wish to keep a larger number of files.
|
||||||
However, don't exceed 25 because <application>Sysstat</application> will
|
However, don't exceed 25 because <application>Sysstat</application> will
|
||||||
resuse existing files the next month, leading to erroneous daily reports.</para>
|
resuse existing files the next month, leading to erroneous daily reports.</para>
|
||||||
@ -102,11 +102,11 @@ make</userinput></screen>
|
|||||||
<sect3>
|
<sect3>
|
||||||
<title>Cron Information</title>
|
<title>Cron Information</title>
|
||||||
|
|
||||||
<para>To begin gathering <application>Sysstat</application> history
|
<para>To begin gathering <application>Sysstat</application> history
|
||||||
information, you must add to, or create a privileged user's crontab. The
|
information, you must add to, or create a privileged user's crontab. The
|
||||||
default history data location is
|
default history data location is
|
||||||
<filename class="directory">/var/log/sa</filename>. The user running
|
<filename class="directory">/var/log/sa</filename>. The user running
|
||||||
<application>Sysstat</application> utilities via cron must have write
|
<application>Sysstat</application> utilities via cron must have write
|
||||||
access to this location.</para>
|
access to this location.</para>
|
||||||
|
|
||||||
<para>Below is an example of what to install in the crontab. Adjust the
|
<para>Below is an example of what to install in the crontab. Adjust the
|
||||||
@ -115,13 +115,13 @@ make</userinput></screen>
|
|||||||
|
|
||||||
<screen><literal># 8am-7pm activity reports every 10 minutes during weekdays
|
<screen><literal># 8am-7pm activity reports every 10 minutes during weekdays
|
||||||
0 8-18 * * 1-5 /usr/lib/sa/sa1 600 6 &
|
0 8-18 * * 1-5 /usr/lib/sa/sa1 600 6 &
|
||||||
|
|
||||||
# 7pm-8am activity reports every hour during weekdays
|
# 7pm-8am activity reports every hour during weekdays
|
||||||
0 19-7 * * 1-5 /usr/lib/sa/sa1 &
|
0 19-7 * * 1-5 /usr/lib/sa/sa1 &
|
||||||
|
|
||||||
# Activity reports every hour on Saturday and Sunday
|
# Activity reports every hour on Saturday and Sunday
|
||||||
0 * * * 0,6 /usr/lib/sa/sa1 &
|
0 * * * 0,6 /usr/lib/sa/sa1 &
|
||||||
|
|
||||||
# Daily summary prepared at 19:05
|
# Daily summary prepared at 19:05
|
||||||
5 19 * * * /usr/lib/sa/sa2 -A &</literal></screen>
|
5 19 * * * /usr/lib/sa/sa2 -A &</literal></screen>
|
||||||
|
|
||||||
@ -136,10 +136,10 @@ make</userinput></screen>
|
|||||||
<primary sortas="f-sysstat">sysstat</primary>
|
<primary sortas="f-sysstat">sysstat</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<para>At system startup, a LINUX RESTART message must be inserted in the daily
|
<para>At system startup, a LINUX RESTART message must be inserted in the daily
|
||||||
data file to reinitialize the kernel counters. This can be automated by
|
data file to reinitialize the kernel counters. This can be automated by
|
||||||
installing the <filename>/etc/rc.d/init.d/sysstat</filename> init script
|
installing the <filename>/etc/rc.d/init.d/sysstat</filename> init script
|
||||||
included in the <xref linkend="intro-important-bootscripts"/> package using
|
included in the <xref linkend="intro-important-bootscripts"/> package using
|
||||||
the following command:</para>
|
the following command:</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>make install-sysstat</userinput></screen>
|
<screen role="root"><userinput>make install-sysstat</userinput></screen>
|
||||||
@ -171,7 +171,7 @@ make</userinput></screen>
|
|||||||
<varlistentry id="iostat">
|
<varlistentry id="iostat">
|
||||||
<term><command>iostat</command></term>
|
<term><command>iostat</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>reports <acronym>CPU</acronym> statistics and input/output
|
<para>reports CPU statistics and input/output
|
||||||
statistics for devices and partitions.</para>
|
statistics for devices and partitions.</para>
|
||||||
<indexterm zone="sysstat iostat">
|
<indexterm zone="sysstat iostat">
|
||||||
<primary sortas="b-iostat">iostat</primary>
|
<primary sortas="b-iostat">iostat</primary>
|
||||||
@ -202,8 +202,8 @@ make</userinput></screen>
|
|||||||
<varlistentry id="sa1">
|
<varlistentry id="sa1">
|
||||||
<term><command>sa1</command></term>
|
<term><command>sa1</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>collects and stores binary data in the system activity daily
|
<para>collects and stores binary data in the system activity daily
|
||||||
data file. It is a front end to <filename>sadc</filename> designed to be run
|
data file. It is a front end to <filename>sadc</filename> designed to be run
|
||||||
from cron.</para>
|
from cron.</para>
|
||||||
<indexterm zone="sysstat sa1">
|
<indexterm zone="sysstat sa1">
|
||||||
<primary sortas="b-sa1">sa1</primary>
|
<primary sortas="b-sa1">sa1</primary>
|
||||||
@ -214,7 +214,7 @@ make</userinput></screen>
|
|||||||
<varlistentry id="sa2">
|
<varlistentry id="sa2">
|
||||||
<term><command>sa2</command></term>
|
<term><command>sa2</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>writes a summarized daily activity report. It is a front end
|
<para>writes a summarized daily activity report. It is a front end
|
||||||
to <command>sar</command> designed to be run from cron.</para>
|
to <command>sar</command> designed to be run from cron.</para>
|
||||||
<indexterm zone="sysstat sa2">
|
<indexterm zone="sysstat sa2">
|
||||||
<primary sortas="b-sa2">sa2</primary>
|
<primary sortas="b-sa2">sa2</primary>
|
||||||
@ -225,7 +225,7 @@ make</userinput></screen>
|
|||||||
<varlistentry id="sadc">
|
<varlistentry id="sadc">
|
||||||
<term><command>sadc</command></term>
|
<term><command>sadc</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>is the system activity data collector, used as a backend for
|
<para>is the system activity data collector, used as a backend for
|
||||||
<command>sar</command>.</para>
|
<command>sar</command>.</para>
|
||||||
<indexterm zone="sysstat sadc">
|
<indexterm zone="sysstat sadc">
|
||||||
<primary sortas="b-sadc">sadc</primary>
|
<primary sortas="b-sadc">sadc</primary>
|
||||||
|
@ -16,9 +16,8 @@
|
|||||||
<title>Mailing Lists</title>
|
<title>Mailing Lists</title>
|
||||||
|
|
||||||
<para>The linuxfromscratch.org server is hosting a number of mailing
|
<para>The linuxfromscratch.org server is hosting a number of mailing
|
||||||
lists that are used for the development of the <acronym>BLFS</acronym>.
|
lists that are used for the development of the BLFS. These lists include,
|
||||||
These lists include, among others, the main development and support
|
among others, the main development and support lists.</para>
|
||||||
lists.</para>
|
|
||||||
|
|
||||||
<para>For more information regarding which lists are available, how to
|
<para>For more information regarding which lists are available, how to
|
||||||
subscribe to them, archive locations, etc. visit <ulink
|
subscribe to them, archive locations, etc. visit <ulink
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
<sect2 role="package">
|
<sect2 role="package">
|
||||||
<title>Introduction to Xine Libraries</title>
|
<title>Introduction to Xine Libraries</title>
|
||||||
|
|
||||||
<para>The <application>xine Libraries</application> package contains xine
|
<para>The <application>xine Libraries</application> package contains xine
|
||||||
libraries. These are useful for interfacing with external plug-ins that allow
|
libraries. These are useful for interfacing with external plug-ins that allow
|
||||||
the flow of information from the source to the screen and speakers.</para>
|
the flow of information from the source to the screen and speakers.</para>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
@ -55,11 +55,11 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink
|
<para><ulink
|
||||||
url="&patch-root;/xine-lib-&xine-lib-version;-discover_smb-1.patch"/></para>
|
url="&patch-root;/xine-lib-&xine-lib-version;-discover_smb-1.patch"/></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -68,34 +68,34 @@
|
|||||||
<bridgehead renderas="sect3">Xine Libraries Dependencies</bridgehead>
|
<bridgehead renderas="sect3">Xine Libraries Dependencies</bridgehead>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Required</bridgehead>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
|
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
|
||||||
<xref linkend="esound"/> or <acronym>OSS</acronym> or
|
<xref linkend="esound"/> or OSS or
|
||||||
<xref linkend="alsa"/> or <xref linkend="arts"/></para>
|
<xref linkend="alsa"/> or <xref linkend="arts"/></para>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para><xref linkend="pkgconfig"/>,
|
<para><xref linkend="pkgconfig"/>,
|
||||||
<xref linkend="ffmpeg"/>,
|
<xref linkend="ffmpeg"/>,
|
||||||
<xref linkend="aalib"/>,
|
<xref linkend="aalib"/>,
|
||||||
<xref linkend="libmng"/>,
|
<xref linkend="libmng"/>,
|
||||||
<xref linkend="sdl"/>,
|
<xref linkend="sdl"/>,
|
||||||
<xref linkend="flac"/>,
|
<xref linkend="flac"/>,
|
||||||
<xref linkend="libfame"/>,
|
<xref linkend="libfame"/>,
|
||||||
<xref linkend="libogg"/>,
|
<xref linkend="libogg"/>,
|
||||||
<xref linkend="libvorbis"/>,
|
<xref linkend="libvorbis"/>,
|
||||||
<xref linkend="speex"/>,
|
<xref linkend="speex"/>,
|
||||||
<xref linkend="freeglut"/>,
|
<xref linkend="freeglut"/>,
|
||||||
<xref linkend="gnome-vfs"/>,
|
<xref linkend="gnome-vfs"/>,
|
||||||
<xref linkend="samba3"/>,
|
<xref linkend="samba3"/>,
|
||||||
<ulink url="http://www.directfb.org/">DirectFB</ulink>,
|
<ulink url="http://www.directfb.org/">DirectFB</ulink>,
|
||||||
<ulink url="http://www.theora.org/">Theora</ulink>,
|
<ulink url="http://www.theora.org/">Theora</ulink>,
|
||||||
<ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink>,
|
<ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink>,
|
||||||
<ulink url="http://www.libstk.org/">LibSTK</ulink>,
|
<ulink url="http://www.libstk.org/">LibSTK</ulink>,
|
||||||
<ulink
|
<ulink
|
||||||
url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink>,
|
url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink>,
|
||||||
<ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
|
<ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
|
||||||
<ulink url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
|
<ulink url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
|
||||||
<ulink
|
<ulink
|
||||||
url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
|
url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
|
||||||
and <ulink url="http://www.xfig.org/">Transfig</ulink></para>
|
and <ulink url="http://www.xfig.org/">Transfig</ulink></para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
@ -103,7 +103,7 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Xine Libraries</title>
|
<title>Installation of Xine Libraries</title>
|
||||||
|
|
||||||
<para>Install <application>xine Libraries</application> by running the
|
<para>Install <application>xine Libraries</application> by running the
|
||||||
following commands:</para>
|
following commands:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr &&
|
<screen><userinput>./configure --prefix=/usr &&
|
||||||
@ -127,9 +127,9 @@ make</userinput></screen>
|
|||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>xine-config</seg>
|
<seg>xine-config</seg>
|
||||||
<seg>libxine.so and numerous plugin modules and video extensions</seg>
|
<seg>libxine.so and numerous plugin modules and video extensions</seg>
|
||||||
<seg>Output display engine fonts located in
|
<seg>Output display engine fonts located in
|
||||||
/usr/share/xine/libxine1/fonts</seg>
|
/usr/share/xine/libxine1/fonts</seg>
|
||||||
<seg>/usr/include/xine, /usr/lib/xine, /usr/share/xine, and
|
<seg>/usr/include/xine, /usr/lib/xine, /usr/share/xine, and
|
||||||
/usr/share/doc/xine</seg>
|
/usr/share/doc/xine</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
@ -142,7 +142,7 @@ make</userinput></screen>
|
|||||||
<varlistentry id="xine-config">
|
<varlistentry id="xine-config">
|
||||||
<term><command>xine-config</command></term>
|
<term><command>xine-config</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>provides information to programs trying to link with the
|
<para>provides information to programs trying to link with the
|
||||||
<application>xine</application> libraries.</para>
|
<application>xine</application> libraries.</para>
|
||||||
<indexterm zone="xine-lib xine-config">
|
<indexterm zone="xine-lib xine-config">
|
||||||
<primary sortas="b-xine-config">xine-config</primary>
|
<primary sortas="b-xine-config">xine-config</primary>
|
||||||
|
@ -27,13 +27,13 @@
|
|||||||
drive <emphasis>will</emphasis> be available is a risky presumption.</para>
|
drive <emphasis>will</emphasis> be available is a risky presumption.</para>
|
||||||
|
|
||||||
<para>In a modern system, there are many devices that can be
|
<para>In a modern system, there are many devices that can be
|
||||||
used as a rescue device: floppy, cdrom, usb drive, or even a network card.
|
used as a rescue device: floppy, cdrom, usb drive, or even a network card.
|
||||||
Which one you use depends on your hardware and your BIOS. In the past,
|
Which one you use depends on your hardware and your BIOS. In the past,
|
||||||
we usually thought of rescue device as a floppy disk. Today, many
|
we usually thought of rescue device as a floppy disk. Today, many
|
||||||
systems do not even have a floppy drive.</para>
|
systems do not even have a floppy drive.</para>
|
||||||
|
|
||||||
<para>Building a complete rescue device is a challenging task. In many
|
<para>Building a complete rescue device is a challenging task. In many
|
||||||
ways, it is equivalent to building an entire <acronym>LFS</acronym> system.
|
ways, it is equivalent to building an entire LFS system.
|
||||||
In addition, it would be a repitition of information already available.
|
In addition, it would be a repitition of information already available.
|
||||||
For these reasons, the procedures for a rescue device image are not
|
For these reasons, the procedures for a rescue device image are not
|
||||||
presented here.</para>
|
presented here.</para>
|
||||||
@ -57,10 +57,10 @@
|
|||||||
|
|
||||||
<para>There are several sources that can be used for a rescue CD-ROM.
|
<para>There are several sources that can be used for a rescue CD-ROM.
|
||||||
Just about any commercial distribution's installation CD-ROMs or
|
Just about any commercial distribution's installation CD-ROMs or
|
||||||
DVDs will work. These include RedHat, Mandrake, and SuSE. One
|
DVDs will work. These include RedHat, Mandrake, and SuSE. One
|
||||||
very popular option is Knoppix.</para>
|
very popular option is Knoppix.</para>
|
||||||
|
|
||||||
<para>In addition, the LFS Community has developed its own Boot
|
<para>In addition, the LFS Community has developed its own Boot
|
||||||
CD-ROM available at <ulink url='ftp://anduin.linuxfromscratch.org/isos/'/>.
|
CD-ROM available at <ulink url='ftp://anduin.linuxfromscratch.org/isos/'/>.
|
||||||
A copy of this CD-ROM is available with the printed version of the Linux
|
A copy of this CD-ROM is available with the printed version of the Linux
|
||||||
From Scratch book. If you download the ISO image, use <xref linkend='cdrecord'/> to
|
From Scratch book. If you download the ISO image, use <xref linkend='cdrecord'/> to
|
||||||
|
@ -105,7 +105,7 @@ make</userinput></screen>
|
|||||||
<varlistentry id="libxklavier-lib">
|
<varlistentry id="libxklavier-lib">
|
||||||
<term><filename class='libraryfile'>libxklavier.[so,a]</filename></term>
|
<term><filename class='libraryfile'>libxklavier.[so,a]</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>contains <acronym>XKB</acronym> utility functions.</para>
|
<para>contains XKB utility functions.</para>
|
||||||
<indexterm zone="libxklavier libxklavier-lib">
|
<indexterm zone="libxklavier libxklavier-lib">
|
||||||
<primary sortas="c-libxklavier">libxklavier.[so,a]</primary>
|
<primary sortas="c-libxklavier">libxklavier.[so,a]</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
Loading…
Reference in New Issue
Block a user