source: general/genlib/readline.xml@ 52d29f7

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
Last change on this file since 52d29f7 was 52d29f7, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Updates to Part III from DJ

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

  • Property mode set to 100644
File size: 3.7 KB
Line 
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
15<sect1 id="readline" xreflabel="readline-&readline-version;">
16<?dbhtml filename="readline.html"?>
17<title>readline-&readline-version;</title>
18
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>
84
85</sect1>
86
Note: See TracBrowser for help on using the repository browser.