|
@@ -43,21 +43,21 @@
|
|
|
|
|
|
<para>Prepare Libpipeline for compilation:</para>
|
|
|
|
|
|
-<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
|
|
-<!--
|
|
|
+<screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr</userinput></screen>
|
|
|
+
|
|
|
<variablelist>
|
|
|
<title>The meaning of the configure options:</title>
|
|
|
|
|
|
<varlistentry>
|
|
|
- <term><parameter>CHECK_CFLAGS=, CHECK_LIBS=</parameter></term>
|
|
|
+ <term><parameter>PKG_CONFIG_PATH</parameter></term>
|
|
|
<listitem>
|
|
|
- <para>These environment variables specify the location of the test
|
|
|
- library built in <xref linkend="ch-tools-check"/>.</para>
|
|
|
+ <para>Use pkg-config to obtain the location of the test
|
|
|
+ library metadata built in <xref linkend="ch-tools-check"/>.</para>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
</variablelist>
|
|
|
--->
|
|
|
+
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|