source: general/genlib/slang.xml@ 4ece6c2

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

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 5.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 slang-download-http "http://gd.tuwien.ac.at/editors/davis/slang/v2.0/slang-&slang-version;.tar.bz2">
8 <!ENTITY slang-download-ftp "ftp://space.mit.edu/pub/davis/slang/v2.0/slang-&slang-version;.tar.bz2">
9 <!ENTITY slang-md5sum "efb055000636f312d5c3de56f3c70d12">
10 <!ENTITY slang-size "1.0 MB">
11 <!ENTITY slang-buildsize "24.5 MB">
12 <!ENTITY slang-time "0.5 SBU">
13]>
14
15<sect1 id="slang" xreflabel="S-Lang-&slang-version;">
16 <?dbhtml filename="slang.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>S-Lang-&slang-version;</title>
24
25 <indexterm zone="slang">
26 <primary sortas="a-S-Lang">S-Lang</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to S-Lang</title>
31
32 <para>The <application>S-Lang</application> package contains the
33 <application>S-Lang</application> library, which provides facilities
34 such as display/screen management, keyboard input, and keymaps.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&slang-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&slang-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &slang-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &slang-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &slang-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &slang-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">S-Lang Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Optional</bridgehead>
61 <para role="optional"><xref linkend="libpng"/> and <xref linkend="pcre"/></para>
62
63 <para condition="html" role="usernotes">User Notes:
64 <ulink url="&blfs-wiki;/slang"/></para>
65
66 </sect2>
67
68 <sect2 role="installation">
69 <title>Installation of S-Lang</title>
70
71 <para>Install <application>S-Lang</application> by running the following
72 commands:</para>
73
74<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
75make &amp;&amp;
76make elf</userinput></screen>
77
78 <para>To test the results, issue: <command>make runtests</command>.</para>
79
80 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
81
82<screen role='root'><userinput>make install-elf &amp;&amp;
83chmod -v 755 /usr/lib/libslang.so.&slang-version;</userinput></screen>
84 </sect2>
85
86 <sect2 role="commands">
87 <title>Command Explanations</title>
88
89 <para><option>--with-readline=gnu</option>: Use this parameter to use the
90 system-installed version of <application>Readline</application> instead of
91 the <application>S-Lang</application> internal version.</para>
92
93 <para><command>make elf</command> and <command>make install-elf</command>:
94 These commands create and install the dynamic shared version of the
95 <application>S-Lang</application> library as well as an
96 <application>S-Lang</application> script interpreter and related
97 modules.</para>
98
99 </sect2>
100
101 <sect2 role="configuration">
102 <title>Configuring S-Lang</title>
103
104 <sect3 id="slang-config">
105 <title>Config Files</title>
106 <para><filename>~/.slshrc</filename> and
107 <filename>/etc/slsh.rc</filename></para>
108
109 <indexterm zone="slang slang-config">
110 <primary sortas="e-AA.slshrc">~/.slshrc</primary>
111 </indexterm>
112
113 <indexterm zone="slang slang-config">
114 <primary sortas="e-etc-slsh">/etc/slsh.rc</primary>
115 </indexterm>
116 </sect3>
117
118 <sect3>
119 <title>Configuration Information</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
122
123 </sect3>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>slsh</seg>
137 <seg>libslang.{so,a} and numerous support modules</seg>
138 <seg>/usr/lib/slang, /usr/share/doc/slang and /usr/share/slsh</seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="slsh">
148 <term><command>slsh</command></term>
149 <listitem>
150 <para>is a simple program for interpreting
151 <application>S-Lang</application> scripts. It supports dynamic loading
152 of <application>S-Lang</application> modules and includes a
153 <application>Readline</application> interface for interactive
154 use.</para>
155 <indexterm zone="slang slsh">
156 <primary sortas="b-slsh">slsh</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.