Changeset bad03ecd for general


Ignore:
Timestamp:
10/28/2004 07:22:11 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
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:
63d8ddf6
Parents:
2bfe939
Message:

Added GCC to librep dependencies

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/librep.xml

    r2bfe939 rbad03ecd  
    88<!ENTITY librep-download-ftp " ">
    99<!ENTITY librep-size "1.2 MB">
    10 <!ENTITY librep-buildsize "11 MB">
    11 <!ENTITY librep-time "0.64 SBU">
    12 
     10<!ENTITY librep-buildsize "13.2 MB">
     11<!ENTITY librep-time "0.49 SBU">
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>librep</application></title>
    25                                                                                
     24
    2625<para>The <application>librep</application> package contains a Lisp system.
    2726This is useful for scripting or for applications that may use the Lisp
    2827interpreter as an extension language.</para>
    29                                                                                
     28
    3029<sect3><title>Package information</title>
    3130<itemizedlist spacing='compact'>
     
    4039&librep-time;</para></listitem></itemizedlist>
    4140</sect3>
    42                                                                                
    43                                                                                
     41
    4442<sect3><title><application>librep</application> dependencies</title>
    4543<sect4><title>Required</title>
    4644<para><xref linkend="gdbm"/></para></sect4>
    4745<sect4><title>Optional</title>
    48 <para><xref linkend="gmp"/></para></sect4>
     46<para><xref linkend="gmp"/> and
     47<xref linkend="gcc"/> (build Java so that
     48<filename class='libraryfile'>libffi</filename> is built)</para></sect4>
    4949</sect3>
    50                                                                                
     50
    5151</sect2>
    5252
    5353<sect2>
    5454<title>Installation of <application>librep</application></title>
    55                                                                                
     55
    5656<para>Install <application>librep</application> by running the following
    5757commands:</para>
    58                                                                                
     58
    5959<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
    6060make &amp;&amp;
    6161make install</command></userinput></screen>
    62                                                                                
     62
    6363</sect2>
    6464
    6565<sect2>
    6666<title>Command explanations</title>
    67                                                                                
    68 <para><parameter>--libexecdir=/usr/lib</parameter>: This command installs
     67
     68<para><parameter>--libexecdir=/usr/lib</parameter>: This parameter installs
    6969files to <filename class="directory">/usr/lib/rep</filename> instead of
    7070<filename class="directory">/usr/libexec/rep</filename>.</para>
    71                                                                                
     71
    7272</sect2>
    7373
    7474<sect2>
    7575<title>Contents</title>
    76                                                                                
     76
    7777<para>The <application>librep</application> package contains
    7878<command>rep</command>,
     
    8080<command>rep-remote</command>,
    8181<command>rep-xgettext</command>,
    82 <command>repdoc</command> and
     82<command>repdoc</command> and 
    8383<filename class="libraryfile">librep</filename> libraries.</para>
    84                                                                                
     84
    8585</sect2>
    86                                                                                
     86
    8787<sect2><title>Description</title>
    88                                                                                
     88
    8989<sect3><title>rep</title>
    9090<para><command>rep</command> is the Lisp interpreter.</para></sect3>
    91                                                                                
     91
    9292<sect3><title>librep libraries</title>
    9393<para><filename class="libraryfile">librep</filename> libraries contain
    9494the functions necessary for the Lisp interpreter.</para></sect3>
    95                                                                                
     95
    9696</sect2>
    9797
Note: See TracChangeset for help on using the changeset viewer.