source: general/genlib/slang.xml@ cd2c23f

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 cd2c23f was cd2c23f, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagging typo

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

  • Property mode set to 100644
File size: 2.9 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
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">
[85a135f]9<!ENTITY slang-md5sum "4fbb1a7f1257e065ca830deefe13d350">
[52d29f7]10<!ENTITY slang-size "624 KB">
[28e38cf]11<!ENTITY slang-buildsize "10.7 MB">
[c3b9784]12<!ENTITY slang-time "0.24 SBU">
[52d29f7]13]>
14
[fb976334]15<sect1 id="slang" xreflabel="slang-&slang-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[7f72cbf]20<?dbhtml filename="slang.html"?>
[30b04fdf]21<title>slang-&slang-version;</title>
[28e38cf]22<indexterm zone="slang">
23<primary sortas="a-Slang">Slang</primary></indexterm>
[f45b1953]24
[52d29f7]25<sect2>
26<title>Introduction to <application>slang</application></title>
[c3b9784]27
28<para>The <application>slang</application> package contains the
29<application>slang</application> library, which provides facilities
30such as display/screen management, keyboard input, and keymaps.</para>
31
[52d29f7]32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
[85a135f]34<listitem><para>Download (HTTP):
35<ulink url="&slang-download-http;"/></para></listitem>
36<listitem><para>Download (FTP):
37<ulink url="&slang-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 sum: &slang-md5sum;</para></listitem>
[52d29f7]39<listitem><para>Download size: &slang-size;</para></listitem>
[85a135f]40<listitem><para>Estimated disk space required:
41&slang-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&slang-time;</para></listitem></itemizedlist>
[52d29f7]44</sect3>
[c3b9784]45
[52d29f7]46</sect2>
47
48<sect2>
49<title>Installation of <application>slang</application></title>
[c3b9784]50
51<para>Install <application>slang</application> by running the following
52commands:</para>
53
[52d29f7]54<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
[28e38cf]55make</command></userinput></screen>
56
57<para>Now, as the root user:</para>
58
59<screen><userinput role='root'><command>make install</command></userinput></screen>
60
61<para>Now, as the unprivileged user:</para>
62
[cd2c23f]63<screen><userinput><command>make elf</command></userinput></screen>
[28e38cf]64
65<para>And finally, as the root user:</para>
66
67<screen><userinput role='root'><command>make install-elf &amp;&amp;
[52d29f7]68chmod 755 /usr/lib/libslang.so.&slang-version;</command></userinput></screen>
[c3b9784]69
[52d29f7]70</sect2>
71
72<sect2>
73<title>Configuring <application>slang</application></title>
[c3b9784]74
[52d29f7]75<sect3><title>Configuration Information</title>
[c3b9784]76
[52d29f7]77<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
[c3b9784]78
[52d29f7]79</sect3>
[c3b9784]80
[52d29f7]81</sect2>
82
83<sect2>
84<title>Contents</title>
[c3b9784]85
[28e38cf]86<segmentedlist>
87<segtitle>Installed Programs</segtitle>
88<segtitle>Installed Library</segtitle>
89<segtitle>Installed Directory</segtitle>
90
91<seglistitem>
92<seg>None</seg>
93<seg>libslang.[so,a]</seg>
94<seg>/usr/share/doc/slang</seg>
95</seglistitem>
96</segmentedlist>
[c3b9784]97
[52d29f7]98</sect2>
[f45b1953]99
100</sect1>
[52d29f7]101
Note: See TracBrowser for help on using the repository browser.