Ignore:
Timestamp:
Feb 21, 2006, 1:25:05 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
c4ae235
Parents:
193b7dd
Message:

r783@server (orig r781): jim | 2005-11-30 22:29:11 -0800

r840@server: jim | 2005-11-30 22:28:43 -0800
Text updates to temp-tools


File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp-tools/common/perl.xml

    r193b7dd re7732d7  
    2323    <title>Installation of Perl</title>
    2424
    25     <para os="aa">First adapt some hard-wired paths to the C library by applying
     25    <para os="a">First adapt some hard-wired paths to the C library by applying
    2626    the following patch:</para>
    2727
    28 <screen os="ab"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
     28<screen os="b"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    2929
    30     <para os="ac">Prepare Perl for compilation (make sure to get the 'Data/Dumper
     30    <para os="c">Prepare Perl for compilation (make sure to get the 'Data/Dumper
    3131    IO Fcntl POSIX' part of the command correct&mdash;they are all letters):</para>
    3232
    33 <screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX'</userinput></screen>
     33<screen os="d"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX'</userinput></screen>
    3434
    35     <variablelist os="ad">
     35    <variablelist os="e">
    3636      <title>The meaning of the configure option:</title>
    3737
     
    4747    </variablelist>
    4848
    49     <para os="ae">Only a few of the utilities contained in this package need to be
     49    <para os="f">Only a few of the utilities contained in this package need to be
    5050    built:</para>
    5151
    52 <screen os="af"><userinput>make perl utilities</userinput></screen>
     52<screen os="g"><userinput>make perl utilities</userinput></screen>
    5353
    54     <para os="ag">Although Perl comes with a test suite, it is not recommended to
     54    <para os="h">Although Perl comes with a test suite, it is not recommended to
    5555    run it at this point. Only part of Perl was built and running
    5656    <userinput>make test</userinput> now will cause the rest of Perl to be
     
    5858    be run in the next chapter if desired.</para>
    5959
    60     <para os="ah">Install these tools and their libraries:</para>
     60    <para os="i">Install these tools and their libraries:</para>
    6161
    62 <screen os="ai"><userinput>cp perl pod/pod2man /tools/bin
     62<screen os="j"><userinput>cp perl pod/pod2man /tools/bin
    6363install -d /tools/lib/perl5/&perl-version;
    6464cp -R lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.