Ignore:
Timestamp:
06/12/2004 10:56:28 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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
Children:
d3edf27
Parents:
bfe245f
Message:

XML Updates to Part III from DJ

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/readline.xml

    rbfe245f r52d29f7  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY readline-download-http "http://ftp.gnu.org/gnu/readline/readline-&readline-version;.tar.gz">
     8<!ENTITY readline-download-ftp "ftp://ftp.gnu.org/gnu/readline/readline-&readline-version;.tar.gz">
     9<!ENTITY readline-size "944 KB">
     10<!ENTITY readline-buildsize "9.2 MB">
     11<!ENTITY readline-time "0.10 SBU">
     12
     13]>
     14
    115<sect1 id="readline" xreflabel="readline-&readline-version;">
    216<?dbhtml filename="readline.html"?>
    317<title>readline-&readline-version;</title>
    418
    5 &readline-intro;
    6 &readline-inst;
    7 &readline-exp;
    8 &readline-config;
    9 &readline-desc;
     19<sect2>
     20<title>Introduction to <application>readline</application></title>
     21                                                                             
     22<para>The <application>readline</application> library provides a set of
     23functions for use by applications that allow users to edit command-lines as
     24they are typed in.  Both <application>Emacs</application> and
     25<application>vi</application> editing modes are available.</para>
     26                                                                             
     27<sect3><title>Package information</title>
     28<itemizedlist spacing='compact'>
     29<listitem><para>Download (HTTP): <ulink
     30url="&readline-download-http;"/></para></listitem>
     31<listitem><para>Download (FTP): <ulink
     32url="&readline-download-ftp;"/></para></listitem>
     33<listitem><para>Download size: &readline-size;</para></listitem>
     34<listitem><para>Estimated Disk space required:
     35&readline-buildsize;</para></listitem>
     36<listitem><para>Estimated build time:
     37&readline-time;</para></listitem></itemizedlist>
     38</sect3>
     39                                                                             
     40                                                                             
     41</sect2>
     42
     43<sect2>
     44<title>Installation of <application>readline</application></title>
     45                                                                             
     46<para>Install <application>readline</application> by running the following
     47commands:</para>
     48                                                                             
     49<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     50make SHLIB_LIBS=-lcurses &amp;&amp;
     51make install</command></userinput></screen>
     52                                                                             
     53</sect2>
     54
     55<sect2>
     56<title>Command explanations</title>
     57                                                                             
     58<para><command>make SHLIB_LIBS=-lcurses</command>: This command makes the
     59proper symbols available for applications that assume
     60<application>readline</application> is compiled with
     61<application>ncurses</application> links.</para>
     62                                                                             
     63</sect2>
     64
     65<sect2>
     66<title>Configuring <application>readline</application></title>
     67                                                                             
     68<sect3><title>Configuration Information</title>
     69                                                                             
     70<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>       
     71                                                                             
     72</sect3>
     73                                                                             
     74</sect2>
     75
     76<sect2>
     77<title>Contents</title>
     78                                                                             
     79<para>The <application>readline</application> package contains the <filename>
     80libreadline</filename> libraries and <filename>libhistory</filename> libraries.
     81</para>
     82                                                                             
     83</sect2>
    1084
    1185</sect1>
     86
Note: See TracChangeset for help on using the changeset viewer.