Changeset ef9795f
- Timestamp:
- 01/31/2005 03:26:33 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 345857ad
- Parents:
- 0015654c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/slib.xml
r0015654c ref9795f 19 19 <?dbhtml filename="slib.html"?> 20 20 <title>SLIB-&slib-version;</title> 21 <indexterm zone="slib"> 22 <primary sortas="a-SLIB">SLIB</primary></indexterm> 21 23 22 24 <sect2> … … 55 57 <sect3><title><application>SLIB</application> dependencies</title> 56 58 <sect4><title>Required</title> 57 <para><xref linkend="guile"/></para></sect4> 59 <para><xref linkend="guile"/></para> 60 </sect4> 58 61 </sect3> 59 62 … … 67 70 68 71 <screen><userinput><command>patch -Np1 -i ../slib-&slib-version;-automate_install-1.patch && 69 make && 70 make prefix=/usr/ install && 72 make</command></userinput></screen> 73 74 <para>Now, as the root user:</para> 75 76 <screen><userinput role='root'><command>make prefix=/usr/ install && 71 77 make prefix=/usr/ catalogs && 72 78 make prefix=/usr/ installinfo</command></userinput></screen> … … 89 95 <title>Contents</title> 90 96 91 <para>The <application>SLIB</application> package contains 92 <command>slib</command> and the <application>SLIB</application> 93 <application>Scheme</application> Library System.</para> 97 <segmentedlist> 98 <segtitle>Installed Program</segtitle> 99 <segtitle>Installed Libraries</segtitle> 100 <segtitle>Installed Directory</segtitle> 94 101 95 </sect2> 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> 96 109 97 <sect2> 98 <title>Description</title> 110 <variablelist> 111 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 112 <?dbfo list-presentation="list"?> 99 113 100 <sect3><title>slib</title> 101 <para><command>slib</command> is a shell script used to initialize 114 <varlistentry id="slib-prog"> 115 <term><command>slib</command></term> 116 <listitem><para>is a shell script used to initialize 102 117 <application>SLIB</application> in a named <application>Scheme</application> 103 118 implementation. It can also be used to initialize an 104 119 <application>SLIB</application> session using a given executable.</para> 105 </sect3> 120 <indexterm zone="slib slib-prog"> 121 <primary sortas="b-slib">slib</primary> 122 </indexterm></listitem> 123 </varlistentry> 124 </variablelist> 106 125 107 126 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.