Changeset f4e3f3c for BOOK/final-system/common
- Timestamp:
- Sep 10, 2013, 11:06:11 AM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fe3e23c0
- Parents:
- af5caa0
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/pkg-config-lite.xml
raf5caa0 rf4e3f3c 6 6 ]> 7 7 8 <sect1 id="ch-system-pkg-config " role="wrap">9 <?dbhtml filename="pkg-config .html"?>8 <sect1 id="ch-system-pkg-config-lite" role="wrap"> 9 <?dbhtml filename="pkg-config-lite.html"?> 10 10 11 <title>Pkg-config- &pkg-config-version;</title>11 <title>Pkg-config-lite-&pkg-config-lite-version;</title> 12 12 13 <indexterm zone="ch-system-pkg-config ">14 <primary sortas="a-Pkg-config ">Pkg-config</primary>13 <indexterm zone="ch-system-pkg-config-lite"> 14 <primary sortas="a-Pkg-config-lite">Pkg-config-lite</primary> 15 15 </indexterm> 16 16 … … 18 18 <title/> 19 19 20 <para>Pkg-config is a tool to help you insert the correct compiler options20 <para>Pkg-config-lite is a tool to help you insert the correct compiler options 21 21 on the command line when compiling applications and libraries.</para> 22 22 … … 24 24 25 25 <sect2 role="installation"> 26 <title>Installation of Pkg-config </title>26 <title>Installation of Pkg-config-lite</title> 27 27 28 <para os="a">Prepare Pkg-config for compilation:</para>28 <para os="a">Prepare Pkg-config-lite for compilation:</para> 29 29 30 30 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> … … 43 43 </sect2> 44 44 45 <sect2 id="contents-pkg-config " role="content">46 <title>Contents of Pkg-config </title>45 <sect2 id="contents-pkg-config-lite" role="content"> 46 <title>Contents of Pkg-config-lite</title> 47 47 48 48 <segmentedlist> … … 61 61 <?dbhtml list-presentation="table"?> 62 62 63 <varlistentry id="pkg-config ">63 <varlistentry id="pkg-config-lite"> 64 64 <term><command>pkg-config</command></term> 65 65 <listitem> … … 67 67 information about installed libraries in the system. It is typically 68 68 used to compile and link against one or more libraries.</para> 69 <indexterm zone="ch-system-pkg-config pkg-config">70 <primary sortas="b-pkg-config ">pkg-config</primary>69 <indexterm zone="ch-system-pkg-config-lite pkg-config-lite"> 70 <primary sortas="b-pkg-config-lite">pkg-config</primary> 71 71 </indexterm> 72 72 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.