source: BOOK/final-system/common/libtool.xml @ c2102b28

clfs-3.0.0-sysvinitsysvinit
Last change on this file since c2102b28 was c2102b28, checked in by Chris Staub <chris@…>, 10 years ago

Improve consistency in package installation lists, mainly removing 'and'

Conflicts:

BOOK/final-system/common/attr.xml

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-libtool" role="wrap">
9  <?dbhtml filename="libtool.html"?>
10
11  <title>Libtool-&libtool-version;</title>
12
13  <indexterm zone="ch-system-libtool">
14    <primary sortas="a-Libtool">Libtool</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Libtool package contains the GNU generic library support script.
21    It wraps the complexity of using shared libraries in a consistent, portable
22    interface.</para>
23
24  </sect2>
25
26  <sect2 role="installation">
27    <title>Installation of Libtool</title>
28
29    <para os="a">Prepare Libtool for compilation:</para>
30
31<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
32
33    <para os="c">Compile the package:</para>
34
35<screen os="d"><userinput>make</userinput></screen>
36
37    <para os="e">To test the results, issue:</para>
38
39<screen os="e2"><userinput remap="test">make check</userinput></screen>
40
41    <para os="f">Install the package:</para>
42
43<screen os="g"><userinput>make install</userinput></screen>
44
45  </sect2>
46
47  <sect2 id="contents-libtool" role="content">
48    <title>Contents of Libtool</title>
49
50    <segmentedlist>
51      <segtitle>Installed programs</segtitle>
52      <segtitle>Installed libraries</segtitle>
53      <segtitle>Installed directories</segtitle>
54
55      <seglistitem>
56        <seg>libtool, libtoolize</seg>
57        <seg>libltdl.[a,so]</seg>
58        <seg>/usr/include/libltdl, /usr/share/libtool</seg>
59      </seglistitem>
60    </segmentedlist>
61
62    <variablelist>
63      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
64      <?dbfo list-presentation="list"?>
65      <?dbhtml list-presentation="table"?>
66
67      <varlistentry id="libtool">
68        <term><command>libtool</command></term>
69        <listitem>
70          <para>Provides generalized library-building support services</para>
71          <indexterm zone="ch-system-libtool libtool">
72            <primary sortas="b-libtool">libtool</primary>
73          </indexterm>
74        </listitem>
75      </varlistentry>
76
77      <varlistentry id="libtoolize">
78        <term><command>libtoolize</command></term>
79        <listitem>
80          <para>Provides a standard way to add <command>libtool</command> support
81          to a package</para>
82          <indexterm zone="ch-system-libtool libtoolize">
83            <primary sortas="b-libtoolize">libtoolize</primary>
84          </indexterm>
85        </listitem>
86      </varlistentry>
87
88      <varlistentry id="libltdl">
89        <term><filename class="libraryfile">libltdl</filename></term>
90        <listitem>
91          <para>Hides the various difficulties of dlopening libraries</para>
92          <indexterm zone="ch-system-libtool libltdl">
93            <primary sortas="c-libltdl">libltdl</primary>
94          </indexterm>
95        </listitem>
96      </varlistentry>
97
98    </variablelist>
99
100  </sect2>
101
102</sect1>
Note: See TracBrowser for help on using the repository browser.