Author: krejzi Date: Fri Feb 15 10:17:18 2013 New Revision: 10154 Log: Merge XML::Parser into Perl page.
Deleted: branches/systemd/BOOK/chapter06/xml-parser.xml Modified: branches/systemd/BOOK/chapter06/chapter06.xml branches/systemd/BOOK/chapter06/perl.xml Modified: branches/systemd/BOOK/chapter06/chapter06.xml ============================================================================== --- branches/systemd/BOOK/chapter06/chapter06.xml Fri Feb 15 08:07:15 2013 (r10153) +++ branches/systemd/BOOK/chapter06/chapter06.xml Fri Feb 15 10:17:18 2013 (r10154) @@ -52,7 +52,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expat.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/> Modified: branches/systemd/BOOK/chapter06/perl.xml ============================================================================== --- branches/systemd/BOOK/chapter06/perl.xml Fri Feb 15 08:07:15 2013 (r10153) +++ branches/systemd/BOOK/chapter06/perl.xml Fri Feb 15 10:17:18 2013 (r10154) @@ -121,6 +121,33 @@ </sect2> + <sect2 role="installation"> + <title>Installation of XML::Parser</title> + + <para>Extract the XML::Parser tarball and change to the extracted + directory:</para> + +<screen><userinput remap="pre">tar xf ../XML-Parser-&xml-parser-version;.tar.gz +cd XML-Parser-&xml-parser-version;</userinput></screen> + + <para>Prepare XML::Parser for compilation:</para> + +<screen><userinput remap="configure">perl Makefile.PL</userinput></screen> + + <para>Compile the package:</para> + +<screen><userinput remap="make">make</userinput></screen> + + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make test</userinput></screen> + + <para>Install the package:</para> + +<screen><userinput remap="install">make install</userinput></screen> + + </sect2> + <sect2 id="contents-perl" role="content"> <title>Contents of Perl</title> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
