source: general/genlib/gwrap.xml@ 1039de3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since 1039de3 was 1039de3, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #3

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

  • Property mode set to 100644
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gwrap-download-http "http://download.savannah.gnu.org/releases/g-wrap/g-wrap-&gwrap-version;.tar.gz">
8 <!ENTITY gwrap-download-ftp " ">
9 <!ENTITY gwrap-md5sum "4d83964f51376500eedced538c1620cb">
10 <!ENTITY gwrap-size "826 KB">
11 <!ENTITY gwrap-buildsize "8.6 MB">
12 <!ENTITY gwrap-time "0.2 SBU">
13]>
14
15<sect1 id="gwrap" xreflabel="gwrap-&gwrap-version;">
16 <?dbhtml filename="gwrap.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">g-wrap-&gwrap-version;.tar</keyword>
23 <keyword role="ftpdir">g-wrap</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>G-Wrap-&gwrap-version;</title>
28
29 <indexterm zone="gwrap">
30 <primary sortas="a-G-Wrap">G-Wrap</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to G-Wrap</title>
35
36 <para>The <application>G-Wrap</application> package contains tools for
37 exporting <application>C</application> libraries into
38 <application>Scheme</application> interpreters. The version used here is
39 considered a development version, however it has been confirmed to be a
40 reliable replacement for the 'stable' version. The 'stable' version of
41 <application>G-Wrap</application> will not build against the recent
42 versions of <application>Guile</application> and
43 <application>SLIB</application> and there will be no further development
44 in the 'stable' series. For further information, please visit the
45 <application>G-Wrap</application> homepage at
46 <ulink url="http://www.nongnu.org/g-wrap/"/>.</para>
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing="compact">
50 <listitem>
51 <para>Download (HTTP): <ulink url="&gwrap-download-http;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download (FTP): <ulink url="&gwrap-download-ftp;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download MD5 sum: &gwrap-md5sum;</para>
58 </listitem>
59 <listitem>
60 <para>Download size: &gwrap-size;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated disk space required: &gwrap-buildsize;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated build time: &gwrap-time;</para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">G-Wrap Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required"><xref linkend="guile"/>, and
74 <xref linkend="GLib"/> or <xref linkend="glib2"/></para>
75
76 <para>If you are building <application>G-Wrap</application> as a dependency
77 for <application>GnuCash</application>, ensure you have
78 <application>GLib</application>-1 installed and you pass the
79 <envar>GLIB_XXX</envar> environment variables to the
80 <command>configure</command> script as shown below.</para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional"><xref linkend="gcc"/> (build Java so that
84 <filename class='libraryfile'>libffi</filename> is built),
85 <xref linkend="GTK"/>, and
86 <ulink url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink></para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/gwrap"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of G-Wrap</title>
95
96 <para>Install <application>G-Wrap</application> by running the following
97 commands:</para>
98
99<screen><userinput>GLIB_CFLAGS=$(glib-config --cflags) \
100GLIB_LIBS=$(glib-config --libs) \
101./configure --prefix=/usr &amp;&amp;
102make</userinput></screen>
103
104 <para>The test suite for this package is currently broken.</para>
105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <para><command>GLIB_CFLAGS=$(glib-config ...) GLIB_LIBS=$(glib-config ...)
116 ./configure ...</command>: The <command>configure</command> script does
117 not pull in the proper <application>GLib</application>-1
118 <envar>CFLAGS</envar> and <envar>LIBS</envar> parameters so
119 <command>glib-config</command> is used to set them. Omit setting them like
120 this if you are not building <application>G-Wrap</application> as a
121 dependency for <application>GnuCash</application> and only issue the
122 <command>./configure</command> command instead.</para>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Program</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>g-wrap-config</seg>
136 <seg>/usr/lib/libffi.{so,a}, /usr/lib/libgw-guile-*.{so,a} and
137 /usr/lib/libgwrap-*.{so,a}</seg>
138 <seg>/usr/include/g-wrap, /usr/share/doc/g-wrap-&gwrap-version; and
139 /usr/share/guile/site</seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="g-wrap-config">
149 <term><command>g-wrap-config</command></term>
150 <listitem>
151 <para>is a tool to generate <envar>CFLAGS</envar> for linking
152 <application>C</application> code to the
153 <application>Scheme</application> runtime libraries.</para>
154 <indexterm zone="gwrap g-wrap-config">
155 <primary sortas="b-g-wrap-config">g-wrap-config</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.