Ignore:
Timestamp:
Jun 26, 2014, 2:49:55 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
a3e4883
Parents:
5c5947e
Message:

Kbd is installed before libpipeline, so move explanation of PKG_CONFIG_PATH to kbd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/libpipeline.xml

    r5c5947e r4f7a1c6b  
    3030<screen os="b"><userinput>PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr</userinput></screen>
    3131
    32     <variablelist os="c">
    33       <title>The meaning of the configure option:</title>
     32    <para os="c">Compile the package:</para>
    3433
    35       <varlistentry>
    36         <term><envar>PKG_CONFIG_PATH</envar></term>
    37         <listitem>
    38           <para>Use pkg-config to obtain the location of the test library
    39           metadata built in <xref linkend="ch-temp-system-check"/>.</para>
    40         </listitem>
    41       </varlistentry>
    42     </variablelist>
     34<screen os="d"><userinput>make</userinput></screen>
    4335
    44     <para os="d">Compile the package:</para>
     36    <para os="e">To test the results, issue:</para>
    4537
    46 <screen os="e"><userinput>make</userinput></screen>
     38<screen os="f"><userinput remap="test">make check</userinput></screen>
    4739
    48     <para os="f">To test the results, issue:</para>
     40    <para os="g">Install the package:</para>
    4941
    50 <screen os="g"><userinput remap="test">make check</userinput></screen>
    51 
    52     <para os="h">Install the package:</para>
    53 
    54 <screen os="i"><userinput>make install</userinput></screen>
     42<screen os="h"><userinput>make install</userinput></screen>
    5543
    5644  </sect2>
Note: See TracChangeset for help on using the changeset viewer.