mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
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:
parent
a3ee017f97
commit
9002094ffb
@ -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
|
||||
|
@ -80,9 +80,11 @@
|
||||
<para>Install <application>Gimp-Print</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr --with-testpattern --enable-test &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user