source: general/genlib/guile.xml@ dcd4bfb7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 dcd4bfb7 was dcd4bfb7, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to G-Wrap, libusb, Ispell, SLib, LZO, Guile and libpcap instructions

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

  • Property mode set to 100644
File size: 3.7 KB
Line 
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 guile-download-http "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz">
8<!ENTITY guile-download-ftp "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz">
9<!ENTITY guile-md5sum "99419494fbbcc257be41309c2a9284f0">
10<!ENTITY guile-size "3.0 MB">
11<!ENTITY guile-buildsize "36.5 MB">
12<!ENTITY guile-time "0.87 SBU">
13]>
14
15<sect1 id="guile" xreflabel="Guile-&guile-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="guile.html"?>
21<title>Guile-&guile-version;</title>
22
23<sect2>
24<title>Introduction to <application>Guile</application></title>
25
26<para>The <application>Guile</application> package contains the Project
27<acronym>GNU</acronym>'s extension language library.
28<application>Guile</application> also contains a stand alone
29<application>Scheme</application> interpreter.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&guile-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&guile-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &guile-md5sum;</para></listitem>
38<listitem><para>Download size: &guile-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&guile-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&guile-time;</para></listitem></itemizedlist>
43</sect3>
44
45</sect2>
46
47<sect2>
48<title>Installation of <application>Guile</application></title>
49
50<para>Install <application>Guile</application> by running the following
51commands:</para>
52
53<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
54LD_LIBRARY_PATH="$PWD/libguile-ltdl/.libs" make &amp;&amp;
55make install</command></userinput></screen>
56
57</sect2>
58
59<sect2>
60<title>Command Explanations</title>
61
62<para><command>LD_LIBRARY_PATH="$PWD/libguile-ltdl/.libs" make</command>:
63Something is broken in the Autotools chain. Passing this variable allows the
64build to finish successfully.</para>
65
66</sect2>
67
68<sect2>
69<title>Contents</title>
70
71<para>In addition to the <filename class='libraryfile'>libguile</filename>
72libraries, the <application>Guile</application> package contains
73<command>guile</command>,
74<command>guile-config</command>,
75<command>guile-snarf</command>,
76<command>guile-tools</command> and
77numerous <application>Guile</application> scripts.
78</para>
79
80</sect2>
81
82<sect2><title>Description</title>
83
84<sect3><title>guile</title>
85<para><command>guile</command> is a stand-alone Scheme interpreter for
86<application>Guile</application>.</para></sect3>
87
88<sect3><title>guile-config</title>
89<para><command>guile-config</command> is a <application>Guile</application>
90script which provides the information necessary to link your programs against
91the <application>Guile</application> library, in much the same way
92<xref linkend="pkgconfig"></xref> does.</para></sect3>
93
94<sect3><title>guile-snarf</title>
95<para><command>guile-snarf</command> is a script to parse declarations in
96your <application>C</application> code for <application>Scheme</application>
97visible <application>C</application> functions,
98<application>Scheme</application> objects to be used by
99<application>C</application> code, etc.</para></sect3>
100
101<sect3><title>guile-tools</title>
102<para><command>guile-tools</command> is a wrapper program installed along with
103<command>guile</command> which knows where a particular module is installed and
104calls it passing its args to a program.</para></sect3>
105
106</sect2>
107
108</sect1>
Note: See TracBrowser for help on using the repository browser.