source: general/genlib/gwrap.xml@ 7da83f1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 6.0 6.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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7da83f1 was 3919352, checked in by Randy McMurchy <randy@…>, 20 years ago

Added dependencies to G-Wrap instructions

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

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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 " ">
[3919352]9<!ENTITY gwrap-size "403 KB">
10<!ENTITY gwrap-buildsize "3.9 MB">
11<!ENTITY gwrap-time "0.12 SBU">
[52d29f7]12]>
13
[f6230ab]14<sect1 id="gwrap" xreflabel="gwrap-&gwrap-version;">
[a0f03b0]15<sect1info>
[5cd0959d]16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
[a0f03b0]18</sect1info>
[7f72cbf]19<?dbhtml filename="gwrap.html"?>
[c8e101d8]20<title>G-Wrap-&gwrap-version;</title>
[f6230ab]21
[52d29f7]22<sect2>
23<title>Introduction to <application>G-Wrap</application></title>
[4d4150b0]24
[52d29f7]25<para>The <application>G-Wrap</application> package contains tools for
[4d4150b0]26exporting <application>C</application> libraries into
27<application>Scheme</application> interpreters.</para>
28
[52d29f7]29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&gwrap-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&gwrap-download-ftp;"/></para></listitem>
35<listitem><para>Download size: &gwrap-size;</para></listitem>
[3919352]36<listitem><para>Estimated disk space required:
[52d29f7]37&gwrap-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&gwrap-time;</para></listitem></itemizedlist>
40</sect3>
[4d4150b0]41
[52d29f7]42<sect3><title><application>G-wrap</application> dependencies</title>
43<sect4><title>Required</title>
[3919352]44<para><xref linkend="slib"/></para>
45</sect4>
46
47<sect4><title>Optional</title>
48<para><xref linkend="GLib"/>,
49<xref linkend="GTK"/> and
50<ulink url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink></para>
51</sect4>
[52d29f7]52</sect3>
[4d4150b0]53
[52d29f7]54</sect2>
55
56<sect2>
57<title>Installation of <application>G-Wrap</application></title>
[4d4150b0]58
[52d29f7]59<para>Install <application>G-Wrap</application> by running the following
60commands:</para>
[4d4150b0]61
[52d29f7]62<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
63make &amp;&amp;
64make install</command></userinput></screen>
[4d4150b0]65
[52d29f7]66</sect2>
67
68<sect2>
69<title>Contents</title>
[4d4150b0]70
[3919352]71<para>In addition to the <filename class='libraryfile'>libgwrap</filename> and
72<filename class='libraryfile'>libgw</filename> libraries, the
[52d29f7]73<application>G-Wrap</application> package contains
[3919352]74<application>Guile</application> scripts and
[52d29f7]75<command>g-wrap-config</command>.</para>
[4d4150b0]76
[52d29f7]77</sect2>
[4d4150b0]78
[52d29f7]79<sect2><title>Description</title>
[4d4150b0]80
[52d29f7]81<sect3><title>g-wrap-config</title>
[4d4150b0]82<para><command>g-wrap-config</command> is a tool to
83generate <envar>CFLAGS</envar> for linking <application>C</application> code
84to the <application>Scheme</application> runtime libraries.</para></sect3>
85
[52d29f7]86</sect2>
[f6230ab]87
88</sect1>
89
Note: See TracBrowser for help on using the repository browser.