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

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

Updated to SLIB-3a3

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

  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[4e4b22b]7 <!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/slib&slib-version;.tar.gz">
[197c184]8 <!ENTITY slib-download-ftp " ">
[e9dff9df]9 <!ENTITY slib-md5sum "eec6e9193c3c86254f7176dd8a833c4c">
[4a18013]10 <!ENTITY slib-size "846 KB">
11 <!ENTITY slib-buildsize "19.5 MB (includes building and installing all docs)">
[e9dff9df]12 <!ENTITY slib-time "less than 0.1 SBU">
[52d29f7]13]>
14
[4d4150b0]15<sect1 id="slib" xreflabel="SLIB-&slib-version;">
[197c184]16 <?dbhtml filename="slib.html"?>
[8e75f8b9]17
[197c184]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[4f26c54]21 <keywordset>
22 <keyword role="package">slib&slib-version;.tar</keyword>
[22ac237]23 <keyword role="ftpdir">slib</keyword>
[4f26c54]24 </keywordset>
[197c184]25 </sect1info>
[8e75f8b9]26
[197c184]27 <title>SLIB-&slib-version;</title>
[8e75f8b9]28
[197c184]29 <indexterm zone="slib">
30 <primary sortas="a-SLIB">SLIB</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to SLIB</title>
[8e75f8b9]35
[74390482]36 <para>The <application>SLIB</application> package is a portable library for
[4a18013]37 the <application>Scheme</application> programming language. It provides a
[74390482]38 platform independent framework for using <quote>packages</quote> of
39 <application>Scheme</application> procedures and syntax.
40 <application>SLIB</application> contains useful packages for all
41 <application>Scheme</application> implementations, including
42 <application>Guile</application>. Its catalog can be transparently extended
[919683dc]43 to accommodate packages specific to a site, implementation, user or
[197c184]44 directory.</para>
[8e75f8b9]45
[197c184]46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&slib-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&slib-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &slib-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &slib-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &slib-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &slib-time;</para>
65 </listitem>
66 </itemizedlist>
[8e75f8b9]67
[197c184]68 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
69 <itemizedlist spacing='compact'>
70 <listitem>
71 <para>Required Patch: <ulink
[e9dff9df]72 url="&patch-root;/slib-&slib-version;-blfs_install-1.patch"/></para>
[197c184]73 </listitem>
74 </itemizedlist>
[8e75f8b9]75
[197c184]76 <bridgehead renderas="sect3">SLIB Dependencies</bridgehead>
[8e75f8b9]77
[197c184]78 <bridgehead renderas="sect4">Required</bridgehead>
[4f26c54]79 <para role="required"><xref linkend="guile"/></para>
[8e75f8b9]80
[4a18013]81 <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
[4f26c54]82 <para role="optional"><xref linkend="tex"/></para>
[4a18013]83
[197c184]84 </sect2>
[8e75f8b9]85
[197c184]86 <sect2 role="installation">
87 <title>Installation of SLIB</title>
88
[74390482]89 <para>Install <application>SLIB</application> by issuing the following
[197c184]90 commands:</para>
91
[e9dff9df]92<screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-1.patch &amp;&amp;
[197c184]93make</userinput></screen>
[8e75f8b9]94
[9d227199]95 <para>If you have <application>TeX</application> installed and wish to
96 build PDF, Postscript, HTML and text documentation, issue any or all of
97 the following commands:</para>
[4a18013]98
99<screen><userinput>make pdfdocs &amp;&amp;
100make psdocs &amp;&amp;
[9d227199]101make htmldocs &amp;&amp;
102make txtdocs</userinput></screen>
[4a18013]103
[e9dff9df]104 <para>This package does not come with a functional test suite.</para>
[4a18013]105
[197c184]106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[8e75f8b9]107
[197c184]108<screen role="root"><userinput>make prefix=/usr/ install &amp;&amp;
[e9dff9df]109ln -s ../slib /usr/share/guile/1.8 &amp;&amp;
[4d4150b0]110make prefix=/usr/ catalogs &amp;&amp;
[197c184]111make prefix=/usr/ installinfo</userinput></screen>
[8e75f8b9]112
[197c184]113 </sect2>
[8e75f8b9]114
[197c184]115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
[74390482]118 <para><command>make prefix=/usr/ catalogs</command>: This command builds the
[8e75f8b9]119 <application>SLIB</application> <application>Scheme</application>
[197c184]120 implementation catalog.</para>
[8e75f8b9]121
[74390482]122 <para><command>make prefix=/usr/ installinfo</command>: This commands installs
[197c184]123 the <command>info</command> documentation.</para>
[8e75f8b9]124
[197c184]125 </sect2>
[8e75f8b9]126
[197c184]127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directory</segtitle>
[8e75f8b9]134
[197c184]135 <seglistitem>
136 <seg>slib</seg>
[4a18013]137 <seg>a <application>Scheme</application> library system</seg>
138 <seg>/usr/share/guile/slib and /usr/share/doc/slib-&slib-version;</seg>
[197c184]139 </seglistitem>
140 </segmentedlist>
[8e75f8b9]141
[197c184]142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
[8e75f8b9]146
[197c184]147 <varlistentry id="slib-prog">
148 <term><command>slib</command></term>
149 <listitem>
[74390482]150 <para>is a shell script used to initialize
[8e75f8b9]151 <application>SLIB</application> in a named <application>Scheme</application>
[74390482]152 implementation. It can also be used to initialize an
[197c184]153 <application>SLIB</application> session using a given executable.</para>
154 <indexterm zone="slib slib-prog">
155 <primary sortas="b-slib">slib</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
[8e75f8b9]159
[197c184]160 </variablelist>
161
162 </sect2>
[8e75f8b9]163
[b866b9f7]164</sect1>
Note: See TracBrowser for help on using the repository browser.