Ignore:
Timestamp:
03/22/2020 10:35:10 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b51fe6e
Parents:
97ee53d
Message:

misc formatting

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/librep.xml

    r97ee53d rdcee7a56  
    3030    <title>Introduction to Librep</title>
    3131
    32     <para>The <application>librep</application> package contains a Lisp system.
    33     This is useful for scripting or for applications that may use the Lisp
    34     interpreter as an extension language.</para>
     32    <para>
     33      The <application>librep</application> package contains a Lisp system.
     34      This is useful for scripting or for applications that may use the Lisp
     35      interpreter as an extension language.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&librep-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&librep-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&librep-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&librep-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &librep-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &librep-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &librep-size;</para>
     58        <para>
     59          Download size: &librep-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &librep-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &librep-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &librep-time;</para>
     68        <para>
     69          Estimated build time: &librep-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    7387    <title>Installation of Librep</title>
    7488
    75     <para>Install <application>librep</application> by running the following
    76     commands:</para>
     89    <para>
     90      Install <application>librep</application> by running the following
     91      commands:
     92    </para>
    7793
    7894<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    7995make</userinput></screen>
    8096
    81     <para>This package does not come with a test suite.</para>
     97    <para>
     98      This package does not come with a test suite.
     99    </para>
    82100
    83     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     101    <para>
     102      Now, as the <systemitem class="username">root</systemitem> user:
     103    </para>
    84104
    85105<screen role="root"><userinput>sed -i '5043,5044 d' libtool &amp;&amp;
     
    112132        <term><command>rep</command></term>
    113133        <listitem>
    114           <para>is the Lisp interpreter.</para>
     134          <para>
     135            is the Lisp interpreter.
     136          </para>
    115137          <indexterm zone="librep rep">
    116138            <primary sortas="b-rep">rep</primary>
     
    122144        <term><filename class='libraryfile'>librep.so</filename></term>
    123145        <listitem>
    124           <para> contains the functions necessary for the Lisp interpreter.</para>
     146          <para>
     147            contains the functions necessary for the Lisp interpreter.
     148          </para>
    125149          <indexterm zone="librep librep-lib">
    126150            <primary sortas="c-librep">librep.so</primary>
Note: See TracChangeset for help on using the changeset viewer.