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/prog/librep.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 librep-download-http "http://prdownloads.sourceforge.net/librep/librep-&librep-version;.tar.gz">
     8<!ENTITY librep-download-ftp " ">
     9<!ENTITY librep-size "1.2 MB">
     10<!ENTITY librep-buildsize "11 MB">
     11<!ENTITY librep-time "0.64 SBU">
     12
     13]>
     14
    115<sect1 id="librep" xreflabel="librep-&librep-version;">
    216<?dbhtml filename="librep.html" ?>
    317<title>librep-&librep-version;</title>
    418
    5 &librep-intro;
    6 &librep-inst;
    7 &librep-exp;
    8 &librep-desc;
     19<sect2>
     20<title>Introduction to <application>librep</application></title>
     21                                                                               
     22<para>The <application>librep</application> package contains a Lisp system.
     23This is useful for scripting or for applications that may use the Lisp
     24interpreter as an extension language.</para>
     25                                                                               
     26<sect3><title>Package information</title>
     27<itemizedlist spacing='compact'>
     28<listitem><para>Download (HTTP): <ulink
     29url="&librep-download-http;"/></para></listitem>
     30<listitem><para>Download (FTP): <ulink
     31url="&librep-download-ftp;"/></para></listitem>
     32<listitem><para>Download size: &librep-size;</para></listitem>
     33<listitem><para>Estimated Disk space required:
     34&librep-buildsize;</para></listitem>
     35<listitem><para>Estimated build time:
     36&librep-time;</para></listitem></itemizedlist>
     37</sect3>
     38                                                                               
     39                                                                               
     40<sect3><title><application>librep</application> dependencies</title>
     41<sect4><title>Required</title>
     42<para><xref linkend="gdbm"/></para></sect4>
     43<sect4><title>Optional</title>
     44<para><xref linkend="gmp"/>, and <xref linkend="readline"/></para></sect4>
     45<!--
     46<ulink url="http://sources.redhat.com/libffi/">libffi</ulink>
     47-->
     48</sect3>
     49                                                                               
     50</sect2>
     51
     52<sect2>
     53<title>Installation of <application>librep</application></title>
     54                                                                               
     55<para>Install <application>librep</application> by running the following
     56commands:</para>
     57                                                                               
     58<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
     59make &amp;&amp;
     60make install</command></userinput></screen>
     61                                                                               
     62</sect2>
     63
     64<sect2>
     65<title>Command explanations</title>
     66                                                                               
     67<para><parameter>--libexecdir=/usr/lib</parameter>: This command installs
     68files to <filename class="directory">/usr/lib/rep</filename> instead of
     69<filename class="directory">/usr/libexec/rep</filename>.</para>
     70                                                                               
     71</sect2>
     72
     73<sect2>
     74<title>Contents</title>
     75                                                                               
     76<para>The <application>librep</application> package contains
     77<command>rep</command>,
     78<command>rep-config</command>,
     79<command>rep-remote</command>,
     80<command>rep-xgettext</command>,
     81<command>repdoc</command> and
     82<filename class="libraryfile">librep</filename> libraries.</para>
     83                                                                               
     84</sect2>
     85                                                                               
     86<sect2><title>Description</title>
     87                                                                               
     88<sect3><title>rep</title>
     89<para><command>rep</command> is the Lisp interpreter.</para></sect3>
     90                                                                               
     91<sect3><title>librep libraries</title>
     92<para><filename class="libraryfile">librep</filename> libraries contain
     93the functions necessary for the Lisp interpreter.</para></sect3>
     94                                                                               
     95</sect2>
    996
    1097</sect1>
Note: See TracChangeset for help on using the changeset viewer.