Changeset 4b95c5d
- Timestamp:
- 05/07/2005 10:22:40 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- eb2cf83a
- Parents:
- a9a6837e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/pkgconfig.xml
ra9a6837e r4b95c5d 5 5 %general-entities; 6 6 7 <!ENTITY pkgconfig-download-http "http://pkgconfig.freedesktop.org/releases/pkgconfig-&pkgconfig-version;.tar.gz">8 <!ENTITY pkgconfig-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pkgconfig-&pkgconfig-version;.tar.gz">9 <!ENTITY pkgconfig-md5sum "a0829ae71b586e027183b2a1cfe0ce88">10 <!ENTITY pkgconfig-size "965 KB">11 <!ENTITY pkgconfig-buildsize "10.7 MB">12 <!ENTITY pkgconfig-time "0.31 SBU">7 <!ENTITY pkgconfig-download-http "http://pkgconfig.freedesktop.org/releases/pkgconfig-&pkgconfig-version;.tar.gz"> 8 <!ENTITY pkgconfig-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pkgconfig-&pkgconfig-version;.tar.gz"> 9 <!ENTITY pkgconfig-md5sum "a0829ae71b586e027183b2a1cfe0ce88"> 10 <!ENTITY pkgconfig-size "965 KB"> 11 <!ENTITY pkgconfig-buildsize "10.7 MB"> 12 <!ENTITY pkgconfig-time "0.31 SBU"> 13 13 ]> 14 14 15 15 <sect1 id="pkgconfig" xreflabel="pkgconfig-&pkgconfig-version;"> 16 <sect1info> 17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 </sect1info> 20 <?dbhtml filename="pkgconfig.html"?> 21 <title><application>pkgconfig</application>-&pkgconfig-version;</title> 22 <indexterm zone="pkgconfig"> 23 <primary sortas="a-Pkgconfig">Pkgconfig</primary></indexterm> 16 <?dbhtml filename="pkgconfig.html"?> 24 17 25 <sect2> 26 <title>Introduction to <application>pkgconfig</application></title> 18 <sect1info> 19 <othername>$LastChangedBy$</othername> 20 <date>$Date$</date> 21 </sect1info> 27 22 28 <para>The <application>pkgconfig</application> package contains 29 tools for passing the include path and/or library paths to build tools during 30 the <command>make</command> file execution.</para> 23 <title>Pkgconfig-&pkgconfig-version;</title> 31 24 32 <sect3><title>Package information</title> 33 <itemizedlist spacing='compact'> 34 <listitem><para>Download (HTTP): 35 <ulink url="&pkgconfig-download-http;"/></para></listitem> 36 <listitem><para>Download (FTP): 37 <ulink url="&pkgconfig-download-ftp;"/></para></listitem> 38 <listitem><para>Download MD5 sum: &pkgconfig-md5sum;</para></listitem> 39 <listitem><para>Download size: &pkgconfig-size;</para></listitem> 40 <listitem><para>Estimated disk space required: 41 &pkgconfig-buildsize;</para></listitem> 42 <listitem><para>Estimated build time: 43 &pkgconfig-time;</para></listitem></itemizedlist> 44 </sect3> 25 <indexterm zone="pkgconfig"> 26 <primary sortas="a-Pkgconfig">Pkgconfig</primary> 27 </indexterm> 45 28 46 </sect2> 29 <sect2 role="package"> 30 <title>Introduction to Pkgconfig</title> 47 31 48 <sect2> 49 <title>Installation of <application>pkgconfig</application></title> 32 <para>The <application>pkgconfig</application> package contains 33 tools for passing the include path and/or library paths to build tools during 34 the <command>make</command> file execution.</para> 50 35 51 <para>Install <application>pkgconfig</application> by running the following 52 commands:</para> 36 <bridgehead renderas="sect3">Package Information</bridgehead> 37 <itemizedlist spacing="compact"> 38 <listitem> 39 <para>Download (HTTP): <ulink url="&pkgconfig-download-http;"/></para> 40 </listitem> 41 <listitem> 42 <para>Download (FTP): <ulink url="&pkgconfig-download-ftp;"/></para> 43 </listitem> 44 <listitem> 45 <para>Download MD5 sum: &pkgconfig-md5sum;</para> 46 </listitem> 47 <listitem> 48 <para>Download size: &pkgconfig-size;</para> 49 </listitem> 50 <listitem> 51 <para>Estimated disk space required: &pkgconfig-buildsize;</para> 52 </listitem> 53 <listitem> 54 <para>Estimated build time: &pkgconfig-time;</para> 55 </listitem> 56 </itemizedlist> 53 57 54 <screen><userinput><command>./configure --prefix=/usr && 55 make</command></userinput></screen> 58 </sect2> 56 59 57 <para>To test the results, issue: <command>make check</command>.</para> 60 <sect2 role="installation"> 61 <title>Installation of Pkgconfig</title> 58 62 59 <para>Now, as the root user:</para> 63 <para>Install <application>pkgconfig</application> by running the following 64 commands:</para> 60 65 61 <screen><userinput role='root'><command>make install</command></userinput></screen> 66 <screen><userinput>./configure --prefix=/usr && 67 make</userinput></screen> 62 68 63 </sect2>69 <para>To test the results, issue: <command>make check</command>.</para> 64 70 65 <sect2> 66 <title>Configuring <application>pkgconfig</application></title> 71 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 67 72 68 <para>The default setting for <envar>PKG_CONFIG_PATH</envar> is 69 <filename>/usr/lib/pkgconfig</filename> because of the prefix used to 70 install pkgconfig. You may add to <envar>PKG_CONFIG_PATH</envar> by exporting 71 additional paths on your system where <application>pkgconfig</application> 72 files are installed. Note that <envar>PKG_CONFIG_PATH</envar> is only needed 73 when compiling packages, not during run-time.</para> 73 <screen role="root"><userinput>make install</userinput></screen> 74 74 75 </sect2>75 </sect2> 76 76 77 <sect2>78 <title>Contents</title>77 <sect2 role="configuration"> 78 <title>Configuring Pkgconfig</title> 79 79 80 <segmentedlist> 81 <segtitle>Installed Program</segtitle> 82 <segtitle>Installed Libraries</segtitle> 83 <segtitle>Installed Directories</segtitle> 80 <para>The default setting for <envar>PKG_CONFIG_PATH</envar> is 81 <filename>/usr/lib/pkgconfig</filename> because of the prefix used to 82 install pkgconfig. You may add to <envar>PKG_CONFIG_PATH</envar> by exporting 83 additional paths on your system where <application>pkgconfig</application> 84 files are installed. Note that <envar>PKG_CONFIG_PATH</envar> is only needed 85 when compiling packages, not during run-time.</para> 84 86 85 <seglistitem> 86 <seg>pkg-config</seg> 87 <seg>None</seg> 88 <seg>None</seg> 89 </seglistitem> 90 </segmentedlist> 87 </sect2> 91 88 92 <variablelist> 93 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 94 <?dbfo list-presentation="list"?> 89 <sect2 role="content"> 90 <title>Contents</title> 95 91 96 <varlistentry id="pkg-config"> 97 <term><command>pkg-config</command></term> 98 <listitem><para>is a function that returns meta information for the specified 99 library.</para> 100 <indexterm zone="pkgconfig pkg-config"> 101 <primary sortas="b-pkg-config">pkg-config</primary> 102 </indexterm></listitem> 103 </varlistentry> 104 </variablelist> 92 <segmentedlist> 93 <segtitle>Installed Program</segtitle> 94 <segtitle>Installed Libraries</segtitle> 95 <segtitle>Installed Directories</segtitle> 105 96 106 </sect2> 97 <seglistitem> 98 <seg>pkg-config</seg> 99 <seg>None</seg> 100 <seg>None</seg> 101 </seglistitem> 102 </segmentedlist> 103 104 <variablelist> 105 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 106 <?dbfo list-presentation="list"?> 107 <?dbhtml list-presentation="table"?> 108 109 <varlistentry id="pkg-config"> 110 <term><command>pkg-config</command></term> 111 <listitem> 112 <para>is a function that returns meta information for the specified 113 library.</para> 114 <indexterm zone="pkgconfig pkg-config"> 115 <primary sortas="b-pkg-config">pkg-config</primary> 116 </indexterm> 117 </listitem> 118 </varlistentry> 119 120 </variablelist> 121 122 </sect2> 107 123 108 124 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.