glfs/general/genlib/gwrap.xml

92 lines
2.8 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;">
<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 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>
</sect3>
<sect3><title><application>G-wrap</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="slib"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="GLib"/>,
<xref linkend="GTK"/> and
<ulink url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink></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 <filename class='libraryfile'>libgwrap</filename> and
<filename class='libraryfile'>libgw</filename> libraries, the
<application>G-Wrap</application> package contains
<application>Guile</application> scripts and
<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>