Ignore:
Timestamp:
09/28/2018 04:43:17 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
9a774ed1
Parents:
8857a6c
Message:

perl modules branch: If a module requires a variation of the install for scripting, such as using yes, hardcode the installation instructions and provide a command explanation.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20547 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-deps/perl-net-ssleay.xml

    r8857a6c rc93f431  
    4848
    4949      <para>
    50         If you are scripting, you will wish to prefix 'perl Makefile.PL' with
    51         'yes "" | ' since some user input is sought.
     50        This module uses a variant of the standard build and installation
     51        instructions:
     52
     53<screen><userinput>yes 'n' perl Makefile.PL &amp;&amp;
     54make             &amp;&amp;
     55make test</userinput></screen>
     56
     57        Now, as the <systemitem class="username">root</systemitem> user:
     58
     59<screen role="root"><userinput>make install</userinput></screen>
     60
     61    </para>
     62
     63    </sect3>
     64
     65    <sect3 role="commands">
     66      <title>Command Explanations</title>
     67
     68      <para>
     69        <command>yes 'n'</command>: Perl will ask if you wish to run external
     70        tests, which will fail if you do not have network connectivity. The
     71        default in 'n', specifying the response allows you to script the build.
    5272      </para>
    53 
    54       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    55                   href="../../../xincludes/perl-standard-install.xml"/>
    5673
    5774    </sect3>
Note: See TracChangeset for help on using the changeset viewer.