source: general/genlib/slib.xml@ 10fddb0

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 10fddb0 was 22ac237, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. General.

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

  • Property mode set to 100644
File size: 5.9 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 slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/slib&slib-version;.tar.gz">
8 <!ENTITY slib-download-ftp " ">
9 <!ENTITY slib-md5sum "190b20552dce6148f5a4917648eb589e">
10 <!ENTITY slib-size "846 KB">
11 <!ENTITY slib-buildsize "19.5 MB (includes building and installing all docs)">
12 <!ENTITY slib-time "0.1 SBU">
13]>
14
15<sect1 id="slib" xreflabel="SLIB-&slib-version;">
16 <?dbhtml filename="slib.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">slib&slib-version;.tar</keyword>
23 <keyword role="ftpdir">slib</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>SLIB-&slib-version;</title>
28
29 <indexterm zone="slib">
30 <primary sortas="a-SLIB">SLIB</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to SLIB</title>
35
36 <para>The <application>SLIB</application> package is a portable library for
37 the <application>Scheme</application> programming language. It provides a
38 platform independent framework for using <quote>packages</quote> of
39 <application>Scheme</application> procedures and syntax.
40 <application>SLIB</application> contains useful packages for all
41 <application>Scheme</application> implementations, including
42 <application>Guile</application>. Its catalog can be transparently extended
43 to accommodate packages specific to a site, implementation, user or
44 directory.</para>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&slib-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&slib-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &slib-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &slib-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &slib-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &slib-time;</para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
69 <itemizedlist spacing='compact'>
70 <listitem>
71 <para>Required Patch: <ulink
72 url="&patch-root;/slib-&slib-version;-blfs_install-2.patch"/></para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">SLIB Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required"><xref linkend="guile"/></para>
80
81 <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
82 <para role="optional"><xref linkend="tex"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of SLIB</title>
88
89 <para>Install <application>SLIB</application> by issuing the following
90 commands:</para>
91
92<screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-2.patch &amp;&amp;
93sed -i 's/UNIX COHERENT/unix COHERENT/' guile.init &amp;&amp;
94make</userinput></screen>
95
96 <para>If you have <application>TeX</application> installed and wish to
97 build PDF, Postscript, HTML and text documentation, issue any or all of
98 the following commands:</para>
99
100<screen><userinput>make pdfdocs &amp;&amp;
101make psdocs &amp;&amp;
102make htmldocs &amp;&amp;
103make txtdocs</userinput></screen>
104
105 <para>This package does not come with a test suite.</para>
106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make prefix=/usr/ install &amp;&amp;
110make prefix=/usr/ catalogs &amp;&amp;
111make prefix=/usr/ installinfo</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para><command>sed -i 's/UNIX COHERENT/unix COHERENT/' guile.init</command>:
119 This command fixes a problem with the <application>Guile</application>
120 initialization script. This fix depends on <application>Guile</application>
121 being patched as well. Ensure <application>Guile</application> was installed
122 with the <filename>guile-1.6.7-slib_3a2-1.patch</filename> applied.</para>
123
124 <para><command>make prefix=/usr/ catalogs</command>: This command builds the
125 <application>SLIB</application> <application>Scheme</application>
126 implementation catalog.</para>
127
128 <para><command>make prefix=/usr/ installinfo</command>: This commands installs
129 the <command>info</command> documentation.</para>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Program</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directory</segtitle>
140
141 <seglistitem>
142 <seg>slib</seg>
143 <seg>a <application>Scheme</application> library system</seg>
144 <seg>/usr/share/guile/slib and /usr/share/doc/slib-&slib-version;</seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="slib-prog">
154 <term><command>slib</command></term>
155 <listitem>
156 <para>is a shell script used to initialize
157 <application>SLIB</application> in a named <application>Scheme</application>
158 implementation. It can also be used to initialize an
159 <application>SLIB</application> session using a given executable.</para>
160 <indexterm zone="slib slib-prog">
161 <primary sortas="b-slib">slib</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.