source: general/genlib/slib.xml@ 919683dc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 919683dc was 919683dc, checked in by Tushar Teredesai <tushar@…>, 19 years ago

Fix some typos

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

  • Property mode set to 100644
File size: 4.7 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 "dc1aa0ffb9e2414223ceefc315f6baf9">
10 <!ENTITY slib-size "705 KB">
11 <!ENTITY slib-buildsize "8.6 MB">
12 <!ENTITY slib-time "0.01 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 </sect1info>
22
23 <title>SLIB-&slib-version;</title>
24
25 <indexterm zone="slib">
26 <primary sortas="a-SLIB">SLIB</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to SLIB</title>
31
32 <para>The <application>SLIB</application> package is a portable library for
33 the programming language <application>Scheme</application>. It provides a
34 platform independent framework for using <quote>packages</quote> of
35 <application>Scheme</application> procedures and syntax.
36 <application>SLIB</application> contains useful packages for all
37 <application>Scheme</application> implementations, including
38 <application>Guile</application>. Its catalog can be transparently extended
39 to accommodate packages specific to a site, implementation, user or
40 directory.</para>
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&slib-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&slib-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &slib-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &slib-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &slib-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &slib-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
65 <itemizedlist spacing='compact'>
66 <listitem>
67 <para>Required Patch: <ulink
68 url="&patch-root;/slib-&slib-version;-automate_install-1.patch"/></para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">SLIB Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para><xref linkend="guile"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of SLIB</title>
81
82 <para>Install <application>SLIB</application> by issuing the following
83 commands:</para>
84
85<screen><userinput>patch -Np1 -i ../slib-&slib-version;-automate_install-1.patch &amp;&amp;
86make</userinput></screen>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make prefix=/usr/ install &amp;&amp;
91make prefix=/usr/ catalogs &amp;&amp;
92make prefix=/usr/ installinfo</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><command>make prefix=/usr/ catalogs</command>: This command builds the
100 <application>SLIB</application> <application>Scheme</application>
101 implementation catalog.</para>
102
103 <para><command>make prefix=/usr/ installinfo</command>: This commands installs
104 the <command>info</command> documentation.</para>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Program</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directory</segtitle>
115
116 <seglistitem>
117 <seg>slib</seg>
118 <seg>a <application>Scheme</application> library system.</seg>
119 <seg>/usr/share/guile/slib</seg>
120 </seglistitem>
121 </segmentedlist>
122
123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry id="slib-prog">
129 <term><command>slib</command></term>
130 <listitem>
131 <para>is a shell script used to initialize
132 <application>SLIB</application> in a named <application>Scheme</application>
133 implementation. It can also be used to initialize an
134 <application>SLIB</application> session using a given executable.</para>
135 <indexterm zone="slib slib-prog">
136 <primary sortas="b-slib">slib</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 </variablelist>
142
143 </sect2>
144
145</sect1>
146
Note: See TracBrowser for help on using the repository browser.