source: general/prog/guile.xml@ eef5b7e9

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

Added a patch to the Guile instructions and changed the sed command in the SLIB instructions so that the two packages work nicely together

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5136 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 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 "c2ff2a2231f0cbb2e838dd8701a587c5">
10 <!ENTITY guile-size "3.0 MB">
11 <!ENTITY guile-buildsize "37.4 MB">
12 <!ENTITY guile-time "0.86 SBU">
13]>
14
15<sect1 id="guile" xreflabel="Guile-&guile-version;">
16<?dbhtml filename="guile.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Guile-&guile-version;</title>
24
25 <indexterm zone="guile">
26 <primary sortas="a-Guile">Guile</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Guile</title>
31
32 <para>The <application>Guile</application> package contains the Project
33 GNU's extension language library. <application>Guile</application> also contains
34 a stand alone <application>Scheme</application> interpreter.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&guile-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&guile-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &guile-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &guile-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &guile-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &guile-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
59 <itemizedlist spacing="compact">
60 <listitem>
61 <para>Required patch: <ulink
62 url="&patch-root;/guile-&guile-version;-gcc4-1.patch"/></para>
63 </listitem>
64 <listitem>
65 <para>Required patch: <ulink
66 url="&patch-root;/guile-&guile-version;-slib_3a2-1.patch"/></para>
67 </listitem>
68 </itemizedlist>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of Guile</title>
74
75 <para>Install <application>Guile</application> by running the following
76 commands:</para>
77
78<screen><userinput>patch -Np1 -i ../guile-&guile-version;-gcc4-1.patch &amp;&amp;
79patch -Np1 -i ../guile-&guile-version;-slib_3a2-1.patch &amp;&amp;
80./configure --prefix=/usr &amp;&amp;
81make</userinput></screen>
82
83 <para>To test the results, issue: <command>make check</command>.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="content">
92 <title>Contents</title>
93
94 <segmentedlist>
95 <segtitle>Installed Programs</segtitle>
96 <segtitle>Installed Libraries</segtitle>
97 <segtitle>Installed Directories</segtitle>
98
99 <seglistitem>
100 <seg>guile, guile-config, guile-snarf, and guile-tools</seg>
101 <seg>libguile.[so,a], libguilereadline-v-12.[so,a], libguile-ltdl.[so,a],
102 libguile-srfi-srfi-13-14-v-1.[so,a], libguile-srfi-srfi-4-v-1.[so,a], and
103 optionally, libqthreads.[so,a]</seg>
104 <seg>/usr/include/guile, /usr/include/guile-readline, /usr/include/libguile,
105 and /usr/share/guile</seg>
106 </seglistitem>
107 </segmentedlist>
108
109 <variablelist>
110 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
111 <?dbfo list-presentation="list"?>
112 <?dbhtml list-presentation="table"?>
113
114 <varlistentry id="guile-prog">
115 <term><command>guile</command></term>
116 <listitem>
117 <para>is a stand-alone Scheme interpreter for
118 <application>Guile</application>.</para>
119 <indexterm zone="guile guile-prog">
120 <primary sortas="b-guile">guile</primary>
121 </indexterm>
122 </listitem>
123 </varlistentry>
124
125 <varlistentry id="guile-config">
126 <term><command>guile-config</command></term>
127 <listitem>
128 <para>is a <application>Guile</application> script which provides
129 the information necessary to link your programs against the
130 <application>Guile</application> library, in much the same way
131 <xref linkend="pkgconfig"></xref> does.</para>
132 <indexterm zone="guile guile-config">
133 <primary sortas="b-guile-config">guile-config</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="guile-snarf">
139 <term><command>guile-snarf</command></term>
140 <listitem>
141 <para>is a script to parse declarations in your
142 <application>C</application> code for <application>Scheme</application>
143 visible <application>C</application> functions, i
144 <application>Scheme</application> objects to be used by
145 <application>C</application> code, etc.</para>
146 <indexterm zone="guile guile-snarf">
147 <primary sortas="b-guile-snarf">guile-snarf</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="guile-tools">
153 <term><command>guile-tools</command></term>
154 <listitem>
155 <para>is a wrapper program installed along with
156 <command>guile</command> which knows where a particular
157 module is installed and calls it passing its args to a program.</para>
158 <indexterm zone="guile guile-tools">
159 <primary sortas="b-guile-tools">guile-tools</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.