source: general/genlib/slib.xml@ 4d6e546

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

Updated to Subversion-1.1.4

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

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