Changeset ef42827 for BOOK/final-system/common/libpipeline.xml
- Timestamp:
- Jun 26, 2014, 2:52:21 AM (11 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- c1c9615
- Parents:
- 85dc806
- git-author:
- Chris Staub <chris@…> (06/26/14 02:49:55)
- git-committer:
- Chris Staub <chris@…> (06/26/14 02:52:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/libpipeline.xml
r85dc806 ref42827 30 30 <screen os="b"><userinput>PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr</userinput></screen> 31 31 32 <variablelist os="c"> 33 <title>The meaning of the configure option:</title> 32 <para os="c">Compile the package:</para> 34 33 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> 43 35 44 <para os=" d">Compile the package:</para>36 <para os="e">To test the results, issue:</para> 45 37 46 <screen os=" e"><userinput>make</userinput></screen>38 <screen os="f"><userinput remap="test">make check</userinput></screen> 47 39 48 <para os=" f">To test the results, issue:</para>40 <para os="g">Install the package:</para> 49 41 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> 55 43 56 44 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.