Changeset 3f455af


Ignore:
Timestamp:
05/01/2005 10:30:05 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
7d849235
Parents:
d0455a2
Message:

Tagged gwrap.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gwrap.xml

    rd0455a2 r3f455af  
    55  %general-entities;
    66
    7 <!ENTITY gwrap-download-http "http://www.gnucash.org/pub/g-wrap/source/g-wrap-&gwrap-version;.tar.gz">
    8 <!ENTITY gwrap-download-ftp " ">
    9 <!ENTITY gwrap-md5sum "bf29b8b563cc27d9f7fd90a6243653aa">
    10 <!ENTITY gwrap-size "403 KB">
    11 <!ENTITY gwrap-buildsize "3.9 MB">
    12 <!ENTITY gwrap-time "0.12 SBU">
     7  <!ENTITY gwrap-download-http "http://www.gnucash.org/pub/g-wrap/source/g-wrap-&gwrap-version;.tar.gz">
     8  <!ENTITY gwrap-download-ftp " ">
     9  <!ENTITY gwrap-md5sum "bf29b8b563cc27d9f7fd90a6243653aa">
     10  <!ENTITY gwrap-size "403 KB">
     11  <!ENTITY gwrap-buildsize "3.9 MB">
     12  <!ENTITY gwrap-time "0.12 SBU">
    1313]>
    1414
    1515<sect1 id="gwrap" xreflabel="gwrap-&gwrap-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="gwrap.html"?>
    21 <title>G-Wrap-&gwrap-version;</title>
     16  <?dbhtml filename="gwrap.html"?>
     17 
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
     22 
     23  <title>G-Wrap-&gwrap-version;</title>
     24 
     25  <indexterm zone="gwrap">
     26    <primary sortas="a-G-Wrap">G-Wrap</primary>
     27  </indexterm>
    2228
    23 <sect2>
    24 <title>Introduction to <application>G-Wrap</application></title>
     29  <sect2 role="package">
     30    <title>Introduction to G-Wrap</title>
     31   
     32    <para>The <application>G-Wrap</application> package contains tools for
     33    exporting <application>C</application> libraries into
     34    <application>Scheme</application> interpreters.</para>
     35   
     36    <bridgehead renderas="sect3">Package Information</bridgehead>
     37    <itemizedlist spacing="compact">
     38      <listitem>
     39        <para>Download (HTTP): <ulink url="&gwrap-download-http;"/></para>
     40      </listitem>
     41      <listitem>
     42        <para>Download (FTP): <ulink url="&gwrap-download-ftp;"/></para>
     43      </listitem>
     44      <listitem>
     45        <para>Download MD5 sum: &gwrap-md5sum;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Download size: &gwrap-size;</para>
     49      </listitem>
     50      <listitem>
     51        <para>Estimated disk space required: &gwrap-buildsize;</para>
     52      </listitem>
     53      <listitem>
     54        <para>Estimated build time: &gwrap-time;</para>
     55      </listitem>
     56    </itemizedlist>
     57   
     58    <bridgehead renderas="sect3">G-Wrap Dependencies</bridgehead>
     59   
     60    <bridgehead renderas="sect4">Required</bridgehead>
     61    <para><xref linkend="slib"/></para>
     62   
     63    <bridgehead renderas="sect4">Optional</bridgehead>
     64    <para><xref linkend="GLib"/>,
     65    <xref linkend="GTK"/> and
     66    <ulink url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink></para>
     67   
     68  </sect2>
     69 
     70  <sect2 role="installation">
     71    <title>Installation of G-Wrap</title>
    2572
    26 <para>The <application>G-Wrap</application> package contains tools for
    27 exporting <application>C</application> libraries into
    28 <application>Scheme</application> interpreters.</para>
     73    <para>Install <application>G-Wrap</application> by running the following
     74    commands:</para>
    2975
    30 <sect3><title>Package information</title>
    31 <itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP): <ulink
    33 url="&gwrap-download-http;"/></para></listitem>
    34 <listitem><para>Download (FTP): <ulink
    35 url="&gwrap-download-ftp;"/></para></listitem>
    36 <listitem><para>Download MD5 sum: &gwrap-md5sum;</para></listitem>
    37 <listitem><para>Download size: &gwrap-size;</para></listitem>
    38 <listitem><para>Estimated disk space required:
    39 &gwrap-buildsize;</para></listitem>
    40 <listitem><para>Estimated build time:
    41 &gwrap-time;</para></listitem></itemizedlist>
    42 </sect3>
    43 
    44 <sect3><title><application>G-wrap</application> dependencies</title>
    45 <sect4><title>Required</title>
    46 <para><xref linkend="slib"/></para>
    47 </sect4>
    48 
    49 <sect4><title>Optional</title>
    50 <para><xref linkend="GLib"/>,
    51 <xref linkend="GTK"/> and
    52 <ulink url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink></para>
    53 </sect4>
    54 </sect3>
    55 
    56 </sect2>
    57 
    58 <sect2>
    59 <title>Installation of <application>G-Wrap</application></title>
    60 
    61 <para>Install <application>G-Wrap</application> by running the following
    62 commands:</para>
    63 
    64 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     76<screen><userinput>./configure --prefix=/usr &amp;&amp;
    6577make &amp;&amp;
    66 make install</command></userinput></screen>
    67 
    68 </sect2>
    69 
    70 <sect2>
    71 <title>Contents</title>
    72 
    73 <para>In addition to the <filename class='libraryfile'>libgwrap</filename> and
    74 <filename class='libraryfile'>libgw</filename> libraries, the
    75 <application>G-Wrap</application> package contains
    76 <application>Guile</application> scripts and
    77 <command>g-wrap-config</command>.</para>
    78 
    79 </sect2>
    80 
    81 <sect2><title>Description</title>
    82 
    83 <sect3><title>g-wrap-config</title>
    84 <para><command>g-wrap-config</command> is a tool to
    85 generate <envar>CFLAGS</envar> for linking <application>C</application> code
    86 to the <application>Scheme</application> runtime libraries.</para></sect3>
    87 
    88 </sect2>
    89 
     78make install</userinput></screen>
     79   
     80  </sect2>
     81 
     82  <sect2 role="content">
     83    <title>Contents</title>
     84   
     85    <segmentedlist>
     86      <segtitle>Installed Programs</segtitle>
     87      <segtitle>Installed Libraries</segtitle>
     88      <segtitle>Installed Directories</segtitle>
     89     
     90      <seglistitem>
     91        <seg>g-wrap-config and <application>Guile</application> scripts</seg>
     92        <seg>libgw.[so,a]</seg>
     93        <seg>None</seg>
     94      </seglistitem>
     95    </segmentedlist>
     96   
     97    <variablelist>
     98      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     99      <?dbfo list-presentation="list"?>
     100      <?dbhtml list-presentation="table"?>
     101     
     102      <varlistentry id="g-wrap-config">
     103        <term><command>g-wrap-config</command></term>
     104        <listitem>
     105          <para>is a tool to generate <envar>CFLAGS</envar> for linking
     106          <application>C</application> code to the
     107          <application>Scheme</application> runtime libraries.</para>
     108          <indexterm zone="gwrap g-wrap-config">
     109            <primary sortas="b-g-wrap-config">g-wrap-config</primary>
     110          </indexterm>
     111        </listitem>
     112      </varlistentry>
     113     
     114    </variablelist>
     115   
     116  </sect2>
     117 
    90118</sect1>
    91 
Note: See TracChangeset for help on using the changeset viewer.