glfs/general/genlib/gwrap.xml
Archaic 5cd0959daa Resetting keywords
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-10 04:25:57 +00:00

84 lines
3.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gwrap-download-http "http://www.gnucash.org/pub/g-wrap/source/g-wrap-&gwrap-version;.tar.gz">
<!ENTITY gwrap-download-ftp " ">
<!ENTITY gwrap-size "400 KB">
<!ENTITY gwrap-buildsize "4.6 MB">
<!ENTITY gwrap-time "0.09 SBU">
]>
<sect1 id="gwrap" xreflabel="gwrap-&gwrap-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="gwrap.html"?>
<title>G-Wrap-&gwrap-version;</title>
<sect2>
<title>Introduction to <application>G-Wrap</application></title>
<para>The <application>G-Wrap</application> package contains tools for
exporting <application>C</application> libraries into <application>Scheme
</application> interpreters.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&gwrap-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&gwrap-download-ftp;"/></para></listitem>
<listitem><para>Download size: &gwrap-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&gwrap-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&gwrap-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>G-wrap</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="guile"/> and <xref linkend="slib"/></para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>G-Wrap</application></title>
<para>Install <application>G-Wrap</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>In addition to the <application>Scheme</application> libraries, the
<application>G-Wrap</application> package contains
<command>g-wrap-config</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>g-wrap-config</title>
<para><command>g-wrap-config</command> is a tool to generate <envar>CFLAGS
</envar> for linking <application>C</application> code to the
<application>Scheme</application> runtime libraries.</para></sect3>
</sect2>
</sect1>