source: general/genlib/slang.xml@ 8e75f8b9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 8e75f8b9 was 8e75f8b9, checked in by Randy McMurchy <randy@…>, 19 years ago

Removed spaces from blank lines and excess spaces from the end of XML data

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

  • Property mode set to 100644
File size: 3.3 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/v1.4/slang-&slang-version;.tar.bz2">
8 <!ENTITY slang-download-ftp "ftp://space.mit.edu/pub/davis/slang/v1.4/slang-&slang-version;.tar.bz2">
9 <!ENTITY slang-md5sum "4fbb1a7f1257e065ca830deefe13d350">
10 <!ENTITY slang-size "624 KB">
11 <!ENTITY slang-buildsize "10.7 MB">
12 <!ENTITY slang-time "0.24 SBU">
13]>
14
15<sect1 id="slang" xreflabel="slang-&slang-version;">
16 <?dbhtml filename="slang.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Slang-&slang-version;</title>
24
25 <indexterm zone="slang">
26 <primary sortas="a-Slang">Slang</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Slang</title>
31
32 <para>The <application>slang</application> package contains the
33 <application>slang</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 </sect2>
59
60 <sect2 role="installation">
61 <title>Installation of Slang</title>
62
63 <para>Install <application>slang</application> by running the following
64 commands:</para>
65
66<screen><userinput>./configure --prefix=/usr &amp;&amp;
67make</userinput></screen>
68
69 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
70
71<screen role="root"><userinput>make install</userinput></screen>
72
73 <para>Now, as the unprivileged user:</para>
74
75<screen><userinput>make elf</userinput></screen>
76
77 <para>And finally, as the <systemitem class="username">root</systemitem> user:</para>
78
79<screen role='root'><userinput>make install-elf &amp;&amp;
80chmod 755 /usr/lib/libslang.so.&slang-version;</userinput></screen>
81 </sect2>
82
83 <sect2 role="configuration">
84 <title>Configuring Slang</title>
85
86 <sect3>
87 <title>Configuration Information</title>
88
89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
90
91 </sect3>
92
93 </sect2>
94
95 <sect2 role="content">
96 <title>Contents</title>
97
98 <segmentedlist>
99 <segtitle>Installed Programs</segtitle>
100 <segtitle>Installed Library</segtitle>
101 <segtitle>Installed Directory</segtitle>
102
103 <seglistitem>
104 <seg>None</seg>
105 <seg>libslang.[so,a]</seg>
106 <seg>/usr/share/doc/slang</seg>
107 </seglistitem>
108 </segmentedlist>
109
110 </sect2>
111
112</sect1>
113
Note: See TracBrowser for help on using the repository browser.