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

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since c8a83d8 was 686839b, checked in by William Harrington <kb0iic@…>, 11 years ago

Add screen tags around userinput test commands and remap userinput for test commands as remap="test".

  • Property mode set to 100644
File size: 2.4 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 --prefix=/usr</userinput></screen>
31
32 <para os="c">Compile the package:</para>
33
34<screen os="d"><userinput>make</userinput></screen>
35
36 <para os="e">To test the results, issue:</para>
37
38<screen os="e2"><userinput remap="test">make check</userinput></screen>
39
40 <para os="f">Install the package:</para>
41
42<screen os="g"><userinput>make install</userinput></screen>
43
44 </sect2>
45
46 <sect2 id="contents-pkg-config-lite" role="content">
47 <title>Contents of Pkg-config-lite</title>
48
49 <segmentedlist>
50 <segtitle>Installed programs</segtitle>
51 <segtitle>Installed directory</segtitle>
52
53 <seglistitem>
54 <seg>pkg-config</seg>
55 <seg>/usr/share/doc/pkg-config</seg>
56 </seglistitem>
57 </segmentedlist>
58
59 <variablelist>
60 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
61 <?dbfo list-presentation="list"?>
62 <?dbhtml list-presentation="table"?>
63
64 <varlistentry id="pkg-config-lite">
65 <term><command>pkg-config</command></term>
66 <listitem>
67 <para>The <command>pkg-config</command> program is used to retrieve
68 information about installed libraries in the system. It is typically
69 used to compile and link against one or more libraries.</para>
70 <indexterm zone="ch-system-pkg-config-lite pkg-config-lite">
71 <primary sortas="b-pkg-config-lite">pkg-config</primary>
72 </indexterm>
73 </listitem>
74 </varlistentry>
75
76 </variablelist>
77
78 </sect2>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.