source: BOOK/final-system/common/pkg-config-lite.xml @ 7cd7f99

systemd
Last change on this file since 7cd7f99 was 7cd7f99, checked in by Chris Staub <chris@…>, 8 years ago

Put one configure option per line

  • Property mode set to 100644
File size: 2.5 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-pkg-config-lite" role="wrap">
9  <?dbhtml filename="pkg-config-lite.html"?>
10
11  <title>Pkg-config-lite-&pkg-config-lite-version;</title>
12
13  <indexterm zone="ch-system-pkg-config-lite">
14    <primary sortas="a-Pkg-config-lite">Pkg-config-lite</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>Pkg-config-lite is a tool to help you insert the correct compiler options
21    on the command line when compiling applications and libraries.</para>
22
23  </sect2>
24
25  <sect2 role="installation">
26    <title>Installation of Pkg-config-lite</title>
27
28    <para os="a">Prepare Pkg-config-lite for compilation:</para>
29
30<screen os="b"><userinput>./configure \
31    --prefix=/usr \
32    --docdir=/usr/share/doc/pkg-config-&pkg-config-lite-version;</userinput></screen>
33
34    <para os="c">Compile the package:</para>
35
36<screen os="d"><userinput>make</userinput></screen>
37
38    <para os="e">To test the results, issue:</para>
39
40<screen os="e2"><userinput remap="test">make check</userinput></screen>
41
42    <para os="f">Install the package:</para>
43
44<screen os="g"><userinput>make install</userinput></screen>
45
46  </sect2>
47
48  <sect2 id="contents-pkg-config-lite" role="content">
49    <title>Contents of Pkg-config-lite</title>
50
51    <segmentedlist>
52      <segtitle>Installed programs</segtitle>
53      <segtitle>Installed directory</segtitle>
54
55      <seglistitem>
56        <seg>pkg-config</seg>
57        <seg>/usr/share/doc/pkg-config-&pkg-config-lite-version;</seg>
58      </seglistitem>
59    </segmentedlist>
60
61    <variablelist>
62      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
63      <?dbfo list-presentation="list"?>
64      <?dbhtml list-presentation="table"?>
65
66      <varlistentry id="pkg-config-lite">
67        <term><command>pkg-config</command></term>
68        <listitem>
69          <para>The <command>pkg-config</command> program is used to retrieve
70          information about installed libraries in the system. It is typically
71          used to compile and link against one or more libraries.</para>
72          <indexterm zone="ch-system-pkg-config-lite pkg-config-lite">
73            <primary sortas="b-pkg-config-lite">pkg-config</primary>
74          </indexterm>
75        </listitem>
76      </varlistentry>
77
78    </variablelist>
79
80  </sect2>
81
82</sect1>
Note: See TracBrowser for help on using the repository browser.