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

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

Replaced PKG_CONFIG vars with pkg-config-lite installed in /cross-tools

Conflicts:

BOOK/introduction/common/changelog.xml

Conflicts:

BOOK/introduction/common/changelog.xml

  • 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-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 --prefix=/cross-tools \
34 --with-pc-path=/tools/lib64/pkgconfig:/tools/share/pkgconfig</userinput></screen>
35
36 <variablelist os="d">
37 <title>The meaning of the new configure option:</title>
38
39 <varlistentry>
40 <term><parameter>--with-pc-path</parameter></term>
41 <listitem>
42 <para>This sets the default PKG_CONFIG_PATH to
43 <filename class="directory">/tools/lib64/pkgconfig</filename> and
44 <filename class="directory">/tools/share/pkgconfig</filename>.</para>
45 </listitem>
46 </varlistentry>
47
48 </variablelist>
49
50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
51 href="../common/pkg-config-lite.xml"
52 xpointer="xpointer(//*[@os='e'])"/>
53
54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
55 href="../common/pkg-config-lite.xml"
56 xpointer="xpointer(//*[@os='f'])"/>
57
58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
59 href="../common/pkg-config-lite.xml"
60 xpointer="xpointer(//*[@os='g'])"/>
61
62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
63 href="../common/pkg-config-lite.xml"
64 xpointer="xpointer(//*[@os='h'])"/>
65
66 </sect2>
67
68 <sect2 role="content">
69 <title/>
70
71 <para>Details on this package are located in <xref
72 linkend="contents-pkg-config-lite" role="."/></para>
73
74 </sect2>
75
76</sect1>
Note: See TracBrowser for help on using the repository browser.