source: general/genlib/slib.xml@ 9f12e36

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

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

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