source: general/genlib/slib.xml@ ef9795f

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

Added indexing tags to SLIB

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

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