source: BOOK/cross-tools/multilib/pkg-config-lite.xml @ 1b821266

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

Removed extra spaces

  • Property mode set to 100644
File size: 2.8 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-cross-tools-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-cross-tools-pkg-config-lite">
14    <primary sortas="a-Pkg-config-lite">Pkg-config-lite</primary>
15    <secondary>cross tools</secondary>
16  </indexterm>
17
18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
19  href="../../final-system/common/pkg-config-lite.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
23    <title>Installation of Pkg-config-lite</title>
24
25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
26    href="../common/pkg-config-lite.xml"
27    xpointer="xpointer(//*[@os='a'])"/>
28
29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
30    href="../common/pkg-config-lite.xml"
31    xpointer="xpointer(//*[@os='b'])"/>
32
33<screen os="c"><userinput>./configure \
34    --prefix=/cross-tools \
35    --host=${CLFS_TARGET} \
36    --with-pc-path=/tools/lib64/pkgconfig:/tools/share/pkgconfig</userinput></screen>
37
38    <variablelist os="d">
39      <title>The meaning of the new configure option:</title>
40
41      <varlistentry>
42        <term><parameter>--host=${CLFS_TARGET}</parameter></term>
43        <listitem>
44          <para>This option makes sure the installation includes the proper
45          <command>{$CLFS_TARGET}-pkg-config</command> to be detected and used
46          when cross-compiling some tools in the temporary system and boot
47          chapter.</para>
48        </listitem>
49      </varlistentry>
50
51      <varlistentry>
52        <term><parameter>--with-pc-path</parameter></term>
53        <listitem>
54          <para>This sets the default PKG_CONFIG_PATH to
55          <filename class="directory">/tools/lib64/pkgconfig</filename> and
56          <filename class="directory">/tools/share/pkgconfig</filename>.</para>
57        </listitem>
58      </varlistentry>
59
60    </variablelist>
61
62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
63    href="../common/pkg-config-lite.xml"
64    xpointer="xpointer(//*[@os='e'])"/>
65
66    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
67    href="../common/pkg-config-lite.xml"
68    xpointer="xpointer(//*[@os='f'])"/>
69
70    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
71    href="../common/pkg-config-lite.xml"
72    xpointer="xpointer(//*[@os='g'])"/>
73
74    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
75    href="../common/pkg-config-lite.xml"
76    xpointer="xpointer(//*[@os='h'])"/>
77
78  </sect2>
79
80  <sect2 role="content">
81    <title/>
82
83    <para>Details on this package are located in <xref
84    linkend="contents-pkg-config-lite" role="."/></para>
85
86  </sect2>
87
88</sect1>
Note: See TracBrowser for help on using the repository browser.