Changeset c494f25
- Timestamp:
- 05/01/2005 04:06:26 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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:
- 197c184
- Parents:
- 36f0d75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/slang.xml
r36f0d75 rc494f25 5 5 %general-entities; 6 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">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 13 ]> 14 14 15 15 <sect1 id="slang" xreflabel="slang-&slang-version;"> 16 <sect1info> 17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 </sect1info> 20 <?dbhtml filename="slang.html"?> 21 <title>slang-&slang-version;</title> 22 <indexterm zone="slang"> 23 <primary sortas="a-Slang">Slang</primary></indexterm> 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> 24 28 25 <sect2> 26 <title>Introduction to <application>slang</application></title> 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> 27 62 28 <para>The <application>slang</application> package contains the 29 <application>slang</application> library, which provides facilities 30 such as display/screen management, keyboard input, and keymaps.</para> 63 <para>Install <application>slang</application> by running the following 64 commands:</para> 31 65 32 <sect3><title>Package information</title> 33 <itemizedlist spacing='compact'> 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> 39 <listitem><para>Download size: &slang-size;</para></listitem> 40 <listitem><para>Estimated disk space required: 41 &slang-buildsize;</para></listitem> 42 <listitem><para>Estimated build time: 43 &slang-time;</para></listitem></itemizedlist> 44 </sect3> 66 <screen><userinput>./configure --prefix=/usr && 67 make</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> 45 72 46 </sect2>73 <para>Now, as the unprivileged user:</para> 47 74 48 <sect2> 49 <title>Installation of <application>slang</application></title> 75 <screen><userinput>make elf</userinput></screen> 50 76 51 <para>Install <application>slang</application> by running the following 52 commands:</para> 77 <para>And finally, as the <systemitem class="username">root</systemitem> user:</para> 53 78 54 <screen><userinput><command>./configure --prefix=/usr && 55 make</command></userinput></screen> 79 <screen role='root'><userinput>make install-elf && 80 chmod 755 /usr/lib/libslang.so.&slang-version;</userinput></screen> 81 </sect2> 82 83 <sect2 role="configuration"> 84 <title>Configuring Slang</title> 56 85 57 <para>Now, as the root user:</para> 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> 58 97 59 <screen><userinput role='root'><command>make install</command></userinput></screen> 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> 60 109 61 <para>Now, as the unprivileged user:</para> 62 63 <screen><userinput><command>make elf</command></userinput></screen> 64 65 <para>And finally, as the root user:</para> 66 67 <screen><userinput role='root'><command>make install-elf && 68 chmod 755 /usr/lib/libslang.so.&slang-version;</command></userinput></screen> 69 70 </sect2> 71 72 <sect2> 73 <title>Configuring <application>slang</application></title> 74 75 <sect3><title>Configuration Information</title> 76 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/> 78 79 </sect3> 80 81 </sect2> 82 83 <sect2> 84 <title>Contents</title> 85 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> 97 98 </sect2> 110 </sect2> 99 111 100 112 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.