source: general/genlib/gwrap.xml@ 520f6b4f

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 520f6b4f was 520f6b4f, checked in by Randy McMurchy <randy@…>, 18 years ago

Renamed the TeX package to its proper name - teTeX

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

  • Property mode set to 100644
File size: 7.0 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://www.gnucash.org/pub/g-wrap/source/g-wrap-&gwrap-version;.tar.gz">
8 <!ENTITY gwrap-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/g-wrap-&gwrap-version;.tar.gz">
9 <!ENTITY gwrap-md5sum "bf29b8b563cc27d9f7fd90a6243653aa">
10 <!ENTITY gwrap-size "403 KB">
11 <!ENTITY gwrap-buildsize "6.0 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.</para>
39
40 <!-- The version used here is
41 considered a development version, however it has been confirmed to be a
42 reliable replacement for the 'stable' version. The 'stable' version of
43 <application>G-Wrap</application> will not build against the recent
44 versions of <application>Guile</application> and
45 <application>SLIB</application> and there will be no further development
46 in the 'stable' series. For further information, please visit the
47 <application>G-Wrap</application> homepage at
48 <ulink url="http://www.nongnu.org/g-wrap/"/>.</para> -->
49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
53 <para>Download (HTTP): <ulink url="&gwrap-download-http;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download (FTP): <ulink url="&gwrap-download-ftp;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download MD5 sum: &gwrap-md5sum;</para>
60 </listitem>
61 <listitem>
62 <para>Download size: &gwrap-size;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated disk space required: &gwrap-buildsize;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated build time: &gwrap-time;</para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">G-Wrap Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required"><xref linkend="slib"/> and
76 <xref linkend="GLib"/></para>
77
78 <!-- <para>If you are building <application>G-Wrap</application> as a dependency
79 for <application>GnuCash</application>, ensure you have
80 <application>GLib</application>-1 installed and you pass the
81 <envar>GLIB_XXX</envar> environment variables to the
82 <command>configure</command> script as shown below.</para> -->
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional"><ulink
86 url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink> and
87 <xref linkend="gcc"/> (build Java so that
88 <filename class='libraryfile'>libffi</filename> is built)</para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/gwrap"/></para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of G-Wrap</title>
97
98 <para>Install <application>G-Wrap</application> by running the following
99 commands:</para>
100
101<!-- <screen><userinput>GLIB_CFLAGS=$(glib-config -\-cflags) \
102GLIB_LIBS=$(glib-config -\-libs) \ -->
103
104<screen><userinput>./configure --prefix=/usr &amp;&amp;
105make</userinput></screen>
106
107 <para>If you have <xref linkend="tetex"/> installed and wish to create
108 alternate formats of the documentation, issue the following
109 commands:</para>
110
111<screen><userinput>cd doc &amp;&amp;
112texi2pdf g-wrap.texi &amp;&amp;
113texi2html g-wrap.texi &amp;&amp;
114makeinfo --plaintext -o g-wrap.txt g-wrap.texi &amp;&amp;
115mv texinfo.tex texinfo.tex.SAVE &amp;&amp;
116texi2dvi g-wrap.texi &amp;&amp;
117dvips -o g-wrap.ps g-wrap.dvi &amp;&amp;
118cd ..</userinput></screen>
119
120 <para>To test the results, issue: <command>make check</command>.</para>
121
122 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 <para>If you created the alternate formats of the documentation, install
127 it using the following commands as the
128 <systemitem class="username">root</systemitem> user:</para>
129
130<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/g-wrap-&gwrap-version; &amp;&amp;
131install -v -m644 doc/g-wrap.{pdf,html,txt,dvi,ps} \
132 /usr/share/doc/g-wrap-&gwrap-version;</userinput></screen>
133 </sect2>
134
135 <!--
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <para><command>GLIB_CFLAGS=$(glib-config ...) GLIB_LIBS=$(glib-config ...)
140 ./configure ...</command>: The <command>configure</command> script does
141 not pull in the proper <application>GLib</application>-1
142 <envar>CFLAGS</envar> and <envar>LIBS</envar> parameters so
143 <command>glib-config</command> is used to set them. Omit setting them like
144 this if you are not building <application>G-Wrap</application> as a
145 dependency for <application>GnuCash</application> and only issue the
146 <command>./configure</command> command instead.</para>
147
148 </sect2>
149 -->
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Program</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>g-wrap-config</seg>
161 <seg>libgw-glib.{so,a}, libgw-gtk.{so,a}, libgw-standard.{so,a},
162 libgw-wct.{so,a}, libgwrap-glib.{so,a} and libgwrap-wct.{so,a}</seg>
163 <!-- <seg>/usr/lib/libffi.{so,a}, /usr/lib/libgw-guile-*.{so,a} and
164 /usr/lib/libgwrap-*.{so,a}</seg> -->
165 <seg>/usr/include/g-wrap, /usr/share/doc/g-wrap-&gwrap-version; and
166 /usr/share/guile/site</seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="g-wrap-config">
176 <term><command>g-wrap-config</command></term>
177 <listitem>
178 <para>is a tool to generate <envar>CFLAGS</envar> for linking
179 <application>C</application> code to the
180 <application>Scheme</application> runtime libraries.</para>
181 <indexterm zone="gwrap g-wrap-config">
182 <primary sortas="b-g-wrap-config">g-wrap-config</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.