source: general/genlib/slib.xml@ 518538f

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

Standardized the 'Estimated disk space required' text

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

  • Property mode set to 100644
File size: 3.5 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
22<sect2>
23<title>Introduction to <application>SLIB</application></title>
24
25<para>The <application>SLIB</application> package is a portable library for
26the programming language <application>Scheme</application>. It provides a
27platform independent framework for using <quote>packages</quote> of
28<application>Scheme</application> procedures and syntax.
29<application>SLIB</application> contains useful packages for all
30<application>Scheme</application> implementations, including
31<application>Guile</application>. Its catalog can be transparently extended
32to accomodate packages specific to a site, implementation, user or
33directory.</para>
34
35<sect3><title>Package information</title>
36<itemizedlist spacing='compact'>
37<listitem><para>Download (HTTP): <ulink
38url="&slib-download-http;"/></para></listitem>
39<listitem><para>Download (FTP): <ulink
40url="&slib-download-ftp;"/></para></listitem>
41<listitem><para>Download size: &slib-size;</para></listitem>
42<listitem><para>Estimated disk space required:
43&slib-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&slib-time;</para></listitem></itemizedlist>
46</sect3>
47
48<sect3><title>Additional downloads</title>
49<itemizedlist spacing='compact'>
50<listitem><para>Required Patch: <ulink
51url="&patch-root;/slib-&slib-version;-automate_install-1.patch"/></para>
52</listitem></itemizedlist>
53</sect3>
54
55<sect3><title><application>SLIB</application> dependencies</title>
56<sect4><title>Required</title>
57<para><xref linkend="guile"/></para></sect4>
58</sect3>
59
60</sect2>
61
62<sect2>
63<title>Installation of <application>SLIB</application></title>
64
65<para>Install <application>SLIB</application> by issuing the following
66commands:</para>
67
68<screen><userinput><command>patch -Np1 -i ../slib-&slib-version;-automate_install-1.patch &amp;&amp;
69make &amp;&amp;
70make prefix=/usr/ install &amp;&amp;
71make prefix=/usr/ catalogs &amp;&amp;
72make prefix=/usr/ installinfo</command></userinput></screen>
73
74</sect2>
75
76<sect2>
77<title>Command explanations</title>
78
79<para><command>make prefix=/usr/ catalogs</command>: This command builds the
80<application>SLIB</application> <application>Scheme</application>
81implementation catalog.</para>
82
83<para><command>make prefix=/usr/ installinfo</command>: This commands installs
84the <command>info</command> documentation.</para>
85
86</sect2>
87
88<sect2>
89<title>Contents</title>
90
91<para>The <application>SLIB</application> package contains
92<command>slib</command> and the <application>SLIB</application>
93<application>Scheme</application> Library System.</para>
94
95</sect2>
96
97<sect2>
98<title>Description</title>
99
100<sect3><title>slib</title>
101<para><command>slib</command> is a shell script used to initialize
102<application>SLIB</application> in a named <application>Scheme</application>
103implementation. It can also be used to initialize an
104<application>SLIB</application> session using a given executable.</para>
105</sect3>
106
107</sect2>
108
109</sect1>
110
Note: See TracBrowser for help on using the repository browser.