<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../../general.ent">
  %general-entities;
]>

<sect1 id="ch-system-pkg-config-lite" role="wrap">
  <?dbhtml filename="pkg-config-lite.html"?>

  <title>Pkg-config-lite-&pkg-config-lite-version;</title>

  <indexterm zone="ch-system-pkg-config-lite">
    <primary sortas="a-Pkg-config-lite">Pkg-config-lite</primary>
  </indexterm>

  <sect2 role="package">
    <title/>

    <para>Pkg-config-lite is a tool to help you insert the correct compiler options
    on the command line when compiling applications and libraries.</para>

  </sect2>

  <sect2 role="installation">
    <title>Installation of Pkg-config-lite</title>

    <para os="a">Prepare Pkg-config-lite for compilation:</para>

<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>

    <para os="c">Compile the package:</para>

<screen os="d"><userinput>make</userinput></screen>

    <para os="e">To test the results, issue:</para>

<screen os="e2"><userinput remap="test">make check</userinput></screen>

    <para os="f">Install the package:</para>

<screen os="g"><userinput>make install</userinput></screen>

  </sect2>

  <sect2 id="contents-pkg-config-lite" role="content">
    <title>Contents of Pkg-config-lite</title>

    <segmentedlist>
      <segtitle>Installed programs</segtitle>
      <segtitle>Installed directory</segtitle>

      <seglistitem>
        <seg>pkg-config</seg>
        <seg>/usr/share/doc/pkg-config</seg>
      </seglistitem>
    </segmentedlist>

    <variablelist>
      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
      <?dbfo list-presentation="list"?>
      <?dbhtml list-presentation="table"?>

      <varlistentry id="pkg-config-lite">
        <term><command>pkg-config</command></term>
        <listitem>
          <para>The <command>pkg-config</command> program is used to retrieve
          information about installed libraries in the system. It is typically
          used to compile and link against one or more libraries.</para>
          <indexterm zone="ch-system-pkg-config-lite pkg-config-lite">
            <primary sortas="b-pkg-config-lite">pkg-config</primary>
          </indexterm>
        </listitem>
      </varlistentry>

    </variablelist>

  </sect2>

</sect1>
