Changeset 27de9a4f


Ignore:
Timestamp:
02/15/2013 06:17:18 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
9cefc3b
Parents:
24c1553
Message:

Merge XML::Parser into Perl page.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    r24c1553 r27de9a4f  
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/>
    5454  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/>
    55   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/>
    5655  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/>
    5756  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/>
  • chapter06/perl.xml

    r24c1553 r27de9a4f  
    115115
    116116<screen><userinput remap="test">make -k test</userinput></screen>
     117
     118    <para>Install the package:</para>
     119
     120<screen><userinput remap="install">make install</userinput></screen>
     121
     122  </sect2>
     123
     124  <sect2 role="installation">
     125    <title>Installation of XML::Parser</title>
     126
     127    <para>Extract the XML::Parser tarball and change to the extracted
     128    directory:</para>
     129
     130<screen><userinput remap="pre">tar xf ../XML-Parser-&xml-parser-version;.tar.gz
     131cd XML-Parser-&xml-parser-version;</userinput></screen>
     132
     133    <para>Prepare XML::Parser for compilation:</para>
     134
     135<screen><userinput remap="configure">perl Makefile.PL</userinput></screen>
     136
     137    <para>Compile the package:</para>
     138
     139<screen><userinput remap="make">make</userinput></screen>
     140
     141    <para>To test the results, issue:</para>
     142
     143<screen><userinput remap="test">make test</userinput></screen>
    117144
    118145    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.