mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
7f76b96b42
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3632 af4574ff-66df-0310-9fd7-8a98e5e911e0
82 lines
2.4 KiB
XML
82 lines
2.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY slang-download-http "http://gd.tuwien.ac.at/editors/davis/slang/v1.4/slang-&slang-version;.tar.bz2">
|
|
<!ENTITY slang-download-ftp "ftp://space.mit.edu/pub/davis/slang/v1.4/slang-&slang-version;.tar.bz2">
|
|
<!ENTITY slang-md5sum "4fbb1a7f1257e065ca830deefe13d350">
|
|
<!ENTITY slang-size "624 KB">
|
|
<!ENTITY slang-buildsize "11.1 MB">
|
|
<!ENTITY slang-time "0.24 SBU">
|
|
]>
|
|
|
|
<sect1 id="slang" xreflabel="slang-&slang-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="slang.html"?>
|
|
<title>slang-&slang-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>slang</application></title>
|
|
|
|
<para>The <application>slang</application> package contains the
|
|
<application>slang</application> library, which provides facilities
|
|
such as display/screen management, keyboard input, and keymaps.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP):
|
|
<ulink url="&slang-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP):
|
|
<ulink url="&slang-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download MD5 sum: &slang-md5sum;</para></listitem>
|
|
<listitem><para>Download size: &slang-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required:
|
|
&slang-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&slang-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>slang</application></title>
|
|
|
|
<para>Install <application>slang</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install &&
|
|
make elf &&
|
|
make install-elf &&
|
|
chmod 755 /usr/lib/libslang.so.&slang-version;</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Configuring <application>slang</application></title>
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>slang</application> package contains the
|
|
<filename class='libraryfile'>libslang</filename> libraries.</para>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|