Changeset 026bb5d for BOOK/final-system/multilib/pkg-config-lite.xml
- Timestamp:
- Dec 18, 2013, 1:04:00 AM (11 years ago)
- Children:
- f975b3a
- Parents:
- 1c9985f (diff), 8abef998 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/pkg-config-lite.xml
r1c9985f r026bb5d 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 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 18 href="../common/pkg-config .xml"18 href="../common/pkg-config-lite.xml" 19 19 xpointer="xpointer(//*[@role='package'])"/> 20 20 21 21 <sect2 role="installation"> 22 <title>Installation of Pkg-config </title>22 <title>Installation of Pkg-config-lite</title> 23 23 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/pkg-config .xml"25 href="../common/pkg-config-lite.xml" 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen os="b"><userinput>GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include" \ 29 GLIB_LIBS="-lglib-2.0" \ 30 CC="gcc ${BUILD64}" \ 31 ./configure --prefix=/usr \ 32 --with-pc-path=/usr/share/pkgconfig </userinput></screen> 33 34 <variablelist os="bb"> 35 <title>The meaning of the new configure option:</title> 36 37 <varlistentry> 38 <term><parameter>GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/libi64/glib-2.0/include"</parameter></term> 39 <term><parameter>GLIB_LIBS="-lglib-2.0"</parameter></term> 40 <listitem> 41 <para>Pkg-config no longer comes with Glib and because Pkg-config 42 has not been installed itself it needs to be told where Glib is.</para> 43 </listitem> 44 </varlistentry> 45 </variablelist> 46 28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \ 29 --with-pc-path=/usr/share/pkgconfig</userinput></screen> 47 30 48 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/pkg-config .xml"32 href="../common/pkg-config-lite.xml" 50 33 xpointer="xpointer(//*[@os='c'])"/> 51 34 52 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/pkg-config .xml"36 href="../common/pkg-config-lite.xml" 54 37 xpointer="xpointer(//*[@os='d'])"/> 55 38 56 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 57 href="../common/pkg-config .xml"40 href="../common/pkg-config-lite.xml" 58 41 xpointer="xpointer(//*[@os='e'])"/> 59 42 60 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 61 href="../common/pkg-config.xml" 44 href="../common/pkg-config-lite.xml" 45 xpointer="xpointer(//*[@os='e2'])"/> 46 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 48 href="../common/pkg-config-lite.xml" 62 49 xpointer="xpointer(//*[@os='f'])"/> 63 50 64 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 65 href="../common/pkg-config .xml"52 href="../common/pkg-config-lite.xml" 66 53 xpointer="xpointer(//*[@os='g'])"/> 67 54 … … 76 63 future.</para> 77 64 78 <screen os="m4"><userinput>cat >> ${CLFS}/root/.bash_profile << EOF65 <screen os="m4"><userinput>cat >> /root/.bash_profile << EOF 79 66 export PKG_CONFIG_PATH32="${PKG_CONFIG_PATH32}" 80 67 export PKG_CONFIG_PATH64="${PKG_CONFIG_PATH64}" … … 84 71 85 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 86 href="../common/pkg-config .xml"87 xpointer="xpointer(id('contents-pkg-config '))"/>73 href="../common/pkg-config-lite.xml" 74 xpointer="xpointer(id('contents-pkg-config-lite'))"/> 88 75 89 76 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.