Ignore:
Timestamp:
09/08/2004 11:19:08 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:
8e855fc4
Parents:
e8be2c6
Message:

Updated to SLIB-3a1; cleaned up G-Wrap dependencies

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gwrap.xml

    re8be2c6 r4d4150b0  
    1010<!ENTITY gwrap-buildsize "4.6 MB">
    1111<!ENTITY gwrap-time "0.09 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>G-Wrap</application></title>
    25                                                                                
     24
    2625<para>The <application>G-Wrap</application> package contains tools for
    27 exporting <application>C</application> libraries into <application>Scheme
    28 </application> interpreters.</para>
    29                                                                                
     26exporting <application>C</application> libraries into
     27<application>Scheme</application> interpreters.</para>
     28
    3029<sect3><title>Package information</title>
    3130<itemizedlist spacing='compact'>
     
    4039&gwrap-time;</para></listitem></itemizedlist>
    4140</sect3>
    42                                                                                
    43                                                                                
     41
    4442<sect3><title><application>G-wrap</application> dependencies</title>
    4543<sect4><title>Required</title>
    46 <para><xref linkend="guile"/> and <xref linkend="slib"/></para></sect4>
     44<para><xref linkend="slib"/></para></sect4>
    4745</sect3>
    48                                                                                
    49                                                                                
     46
    5047</sect2>
    5148
    5249<sect2>
    5350<title>Installation of <application>G-Wrap</application></title>
    54                                                                                
     51
    5552<para>Install <application>G-Wrap</application> by running the following
    5653commands:</para>
    57                                                                                
     54
    5855<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5956make &amp;&amp;
    6057make install</command></userinput></screen>
    61                                                                                
     58
    6259</sect2>
    6360
    6461<sect2>
    6562<title>Contents</title>
    66                                                                                
     63
    6764<para>In addition to the <application>Scheme</application> libraries, the
    6865<application>G-Wrap</application> package contains
    6966<command>g-wrap-config</command>.</para>
    70                                                                                
     67
    7168</sect2>
    72                                                                                
     69
    7370<sect2><title>Description</title>
    74                                                                                
     71
    7572<sect3><title>g-wrap-config</title>
    76 <para><command>g-wrap-config</command> is a tool to generate <envar>CFLAGS
    77 </envar> for linking <application>C</application> code to the
    78 <application>Scheme</application> runtime libraries.</para></sect3>
    79                                                                                
     73<para><command>g-wrap-config</command> is a tool to
     74generate <envar>CFLAGS</envar> for linking <application>C</application> code
     75to the <application>Scheme</application> runtime libraries.</para></sect3>
     76
    8077</sect2>
    8178
Note: See TracChangeset for help on using the changeset viewer.