Added additional parameters and a note about the test suite to the Gimp-Print instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4940 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-08-16 04:40:41 +00:00
parent a3ee017f97
commit 9002094ffb
2 changed files with 15 additions and 1 deletions

View File

@ -24,6 +24,12 @@
<itemizedlist>
<listitem>
<para>August 16th, 2005 [randy]: Added additional parameters to the
configure command and added a note to run the test suite to the
Gimp-Print instructions.</para>
</listitem>
<listitem>
<para>August 16th, 2005 [dj]: Updated cups bootscript installation
to remove existing scripts and changed note to show that CUPS should

View File

@ -80,9 +80,11 @@
<para>Install <application>Gimp-Print</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>./configure --prefix=/usr --with-testpattern --enable-test &amp;&amp;
make</userinput></screen>
<para>To test the results, issue <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
@ -92,6 +94,12 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--with-testpattern</parameter>: This parameter causes the
test pattern generator program to be built.</para>
<para><parameter>--enable-test</parameter>: This parameter causes the
programs required by the test suite to be built.</para>
<para><option>--with-translated-ppds=no</option>: When this switch is
given, only US English PPD files for <application>CUPS</application>
will be built. Useful if the PPD files are not yet translated into your