glfs/general/genlib/gwrap.xml

119 lines
3.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/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-md5sum "bf29b8b563cc27d9f7fd90a6243653aa">
<!ENTITY gwrap-size "403 KB">
<!ENTITY gwrap-buildsize "3.9 MB">
<!ENTITY gwrap-time "0.12 SBU">
]>
<sect1 id="gwrap" xreflabel="gwrap-&gwrap-version;">
<?dbhtml filename="gwrap.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>G-Wrap-&gwrap-version;</title>
<indexterm zone="gwrap">
<primary sortas="a-G-Wrap">G-Wrap</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to G-Wrap</title>
<para>The <application>G-Wrap</application> package contains tools for
exporting <application>C</application> libraries into
<application>Scheme</application> interpreters.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<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 MD5 sum: &gwrap-md5sum;</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>
<bridgehead renderas="sect3">G-Wrap Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="slib"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="GLib"/>,
<xref linkend="GTK"/> and
<ulink url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink></para>
</sect2>
<sect2 role="installation">
<title>Installation of G-Wrap</title>
<para>Install <application>G-Wrap</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>g-wrap-config and <application>Guile</application> scripts</seg>
<seg>libgw.[so,a]</seg>
<seg>Not determined at this time</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="g-wrap-config">
<term><command>g-wrap-config</command></term>
<listitem>
<para>is a tool to generate <envar>CFLAGS</envar> for linking
<application>C</application> code to the
<application>Scheme</application> runtime libraries.</para>
<indexterm zone="gwrap g-wrap-config">
<primary sortas="b-g-wrap-config">g-wrap-config</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>