source: general/genlib/slib.xml@ 44064d2c

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

Fixed a broken download URL in the SLIB instructions, thanks to Leo Peschier for pointing it out

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6401 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
[44064d2c]7 <!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/OLD/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>
21 </sect1info>
[8e75f8b9]22
[197c184]23 <title>SLIB-&slib-version;</title>
[8e75f8b9]24
[197c184]25 <indexterm zone="slib">
26 <primary sortas="a-SLIB">SLIB</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to SLIB</title>
[8e75f8b9]31
[74390482]32 <para>The <application>SLIB</application> package is a portable library for
[4a18013]33 the <application>Scheme</application> programming language. It provides a
[74390482]34 platform independent framework for using <quote>packages</quote> of
35 <application>Scheme</application> procedures and syntax.
36 <application>SLIB</application> contains useful packages for all
37 <application>Scheme</application> implementations, including
38 <application>Guile</application>. Its catalog can be transparently extended
[919683dc]39 to accommodate packages specific to a site, implementation, user or
[197c184]40 directory.</para>
[8e75f8b9]41
[197c184]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&slib-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&slib-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &slib-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &slib-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &slib-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &slib-time;</para>
61 </listitem>
62 </itemizedlist>
[8e75f8b9]63
[197c184]64 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
65 <itemizedlist spacing='compact'>
66 <listitem>
67 <para>Required Patch: <ulink
[87f108a]68 url="&patch-root;/slib-&slib-version;-blfs_install-2.patch"/></para>
[197c184]69 </listitem>
70 </itemizedlist>
[8e75f8b9]71
[197c184]72 <bridgehead renderas="sect3">SLIB Dependencies</bridgehead>
[8e75f8b9]73
[197c184]74 <bridgehead renderas="sect4">Required</bridgehead>
[4f26c54]75 <para role="required"><xref linkend="guile"/></para>
[8e75f8b9]76
[1039de3]77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/slib"/></para>
79
[197c184]80 </sect2>
[8e75f8b9]81
[197c184]82 <sect2 role="installation">
83 <title>Installation of SLIB</title>
84
[74390482]85 <para>Install <application>SLIB</application> by issuing the following
[197c184]86 commands:</para>
87
[87f108a]88<screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-2.patch &amp;&amp;
[197c184]89make</userinput></screen>
[8e75f8b9]90
[520f6b4f]91 <para>If you have <application>teTeX</application> installed and wish to
[9d227199]92 build PDF, Postscript, HTML and text documentation, issue any or all of
93 the following commands:</para>
[4a18013]94
95<screen><userinput>make pdfdocs &amp;&amp;
96make psdocs &amp;&amp;
[9d227199]97make htmldocs &amp;&amp;
98make txtdocs</userinput></screen>
[4a18013]99
[e9dff9df]100 <para>This package does not come with a functional test suite.</para>
[4a18013]101
[197c184]102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[8e75f8b9]103
[197c184]104<screen role="root"><userinput>make prefix=/usr/ install &amp;&amp;
[0045775]105
106ln -v -s ../slib /usr/share/guile/1.6 &amp;&amp;
107
[4d4150b0]108make prefix=/usr/ catalogs &amp;&amp;
[0045775]109
110mv -v /usr/share/guile/1.6/slibcat /usr/share/guile &amp;&amp;
111ln -v -s ../slibcat /usr/share/guile/1.6 &amp;&amp;
112
[197c184]113make prefix=/usr/ installinfo</userinput></screen>
[8e75f8b9]114
[197c184]115 </sect2>
[8e75f8b9]116
[197c184]117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
[87f108a]120 <para><command>make prefix=/usr/ catalogs</command>: This command builds
121 the <application>SLIB</application> <application>Scheme</application>
[197c184]122 implementation catalog.</para>
[8e75f8b9]123
[87f108a]124 <para><command>make prefix=/usr/ installinfo</command>: This commands
125 installs the <command>info</command> documentation.</para>
[8e75f8b9]126
[197c184]127 </sect2>
[8e75f8b9]128
[197c184]129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Program</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directory</segtitle>
[8e75f8b9]136
[197c184]137 <seglistitem>
138 <seg>slib</seg>
[4a18013]139 <seg>a <application>Scheme</application> library system</seg>
140 <seg>/usr/share/guile/slib and /usr/share/doc/slib-&slib-version;</seg>
[197c184]141 </seglistitem>
142 </segmentedlist>
[8e75f8b9]143
[197c184]144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
[8e75f8b9]148
[197c184]149 <varlistentry id="slib-prog">
150 <term><command>slib</command></term>
151 <listitem>
[74390482]152 <para>is a shell script used to initialize
[87f108a]153 <application>SLIB</application> in a named
154 <application>Scheme</application> implementation. It can also be
155 used to initialize an <application>SLIB</application> session using
156 a given executable.</para>
[197c184]157 <indexterm zone="slib slib-prog">
158 <primary sortas="b-slib">slib</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
[8e75f8b9]162
[197c184]163 </variablelist>
164
165 </sect2>
[8e75f8b9]166
[b866b9f7]167</sect1>
Note: See TracBrowser for help on using the repository browser.