2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2006-04-02 20:11:28 +08:00
|
|
|
<!ENTITY gwrap-download-http "http://download.savannah.gnu.org/releases/g-wrap/g-wrap-&gwrap-version;.tar.gz">
|
2005-05-01 18:30:05 +08:00
|
|
|
<!ENTITY gwrap-download-ftp " ">
|
2006-04-02 20:11:28 +08:00
|
|
|
<!ENTITY gwrap-md5sum "4d83964f51376500eedced538c1620cb">
|
|
|
|
<!ENTITY gwrap-size "826 KB">
|
|
|
|
<!ENTITY gwrap-buildsize "8.6 MB">
|
|
|
|
<!ENTITY gwrap-time "0.2 SBU">
|
2004-06-13 06:56:28 +08:00
|
|
|
]>
|
|
|
|
|
2002-12-14 10:04:10 +08:00
|
|
|
<sect1 id="gwrap" xreflabel="gwrap-&gwrap-version;">
|
2005-05-01 18:30:05 +08:00
|
|
|
<?dbhtml filename="gwrap.html"?>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2005-12-02 04:50:08 +08:00
|
|
|
<keywordset>
|
|
|
|
<keyword role="package">g-wrap-&gwrap-version;.tar</keyword>
|
2005-12-09 04:34:05 +08:00
|
|
|
<keyword role="ftpdir">g-wrap</keyword>
|
2005-12-02 04:50:08 +08:00
|
|
|
</keywordset>
|
2005-05-01 18:30:05 +08:00
|
|
|
</sect1info>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<title>G-Wrap-&gwrap-version;</title>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<indexterm zone="gwrap">
|
|
|
|
<primary sortas="a-G-Wrap">G-Wrap</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to G-Wrap</title>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<para>The <application>G-Wrap</application> package contains tools for
|
2005-05-31 05:33:35 +08:00
|
|
|
exporting <application>C</application> libraries into
|
2006-04-02 20:11:28 +08:00
|
|
|
<application>Scheme</application> interpreters. The version used here is
|
|
|
|
considered a development version, however it has been confirmed to be a
|
|
|
|
reliable replacement for the 'stable' version. The 'stable' version of
|
|
|
|
<application>G-Wrap</application> will not build against the recent
|
|
|
|
versions of <application>Guile</application> and
|
|
|
|
<application>SLIB</application> and there will be no further development
|
|
|
|
in the 'stable' series. For further information, please visit the
|
|
|
|
<application>G-Wrap</application> homepage at
|
|
|
|
<ulink url="http://www.nongnu.org/g-wrap/"/>.</para>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<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>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<bridgehead renderas="sect3">G-Wrap Dependencies</bridgehead>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2006-04-02 20:11:28 +08:00
|
|
|
<para role="required"><xref linkend="guile"/> and
|
|
|
|
<xref linkend="GLib"/></para>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2006-04-02 20:11:28 +08:00
|
|
|
<para role="optional"><xref linkend="gcc"/> (build Java so that
|
|
|
|
<filename class='libraryfile'>libffi</filename> is built),
|
|
|
|
<xref linkend="GTK"/>, and
|
2005-05-01 18:30:05 +08:00
|
|
|
<ulink url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink></para>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
</sect2>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<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 &&
|
2005-06-16 09:44:11 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2006-04-02 20:11:28 +08:00
|
|
|
<para>The test suite for this package is currently broken.</para>
|
2005-06-16 09:44:11 +08:00
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
</sect2>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<segmentedlist>
|
2005-06-26 03:26:23 +08:00
|
|
|
<segtitle>Installed Program</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
2005-05-01 18:30:05 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<seglistitem>
|
2005-06-26 03:26:23 +08:00
|
|
|
<seg>g-wrap-config</seg>
|
2006-04-02 20:11:28 +08:00
|
|
|
<seg>/usr/lib/libffi.[so,a], /usr/lib/libgw-guile-*.[so,a] and
|
|
|
|
/usr/lib/libgwrap-*.[so,a]</seg>
|
|
|
|
<seg>/usr/include/g-wrap, /usr/share/doc/g-wrap-&gwrap-version; and
|
|
|
|
/usr/share/guile/site</seg>
|
2005-05-01 18:30:05 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
<varlistentry id="g-wrap-config">
|
|
|
|
<term><command>g-wrap-config</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:33:35 +08:00
|
|
|
<para>is a tool to generate <envar>CFLAGS</envar> for linking
|
|
|
|
<application>C</application> code to the
|
2005-05-01 18:30:05 +08:00
|
|
|
<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>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
</variablelist>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2005-05-01 18:30:05 +08:00
|
|
|
</sect2>
|
2005-05-31 00:32:59 +08:00
|
|
|
|
2002-12-14 10:04:10 +08:00
|
|
|
</sect1>
|