mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
c6-perl conversion patch by Billy
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e6171525b9
commit
a2e1a8722c
@ -1,3 +1,5 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Perl Installation Dependencies</title>
|
||||
|
||||
|
@ -1,13 +1,10 @@
|
||||
<sect2><title>Contents of Perl</title>
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2><title>Descriptions</title>
|
||||
|
||||
<para>Last checked against version &perl-contversion;.</para>
|
||||
|
||||
<sect3><title>Program Files</title>
|
||||
<para>a2p, c2ph, dprofpp, find2perl, h2ph, h2xs, perl, perl5.6.1,
|
||||
perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man, pod2text,
|
||||
pod2usage, podchecker, podselect, pstruct, s2p and splain</para></sect3>
|
||||
|
||||
<sect3><title>Descriptions</title>
|
||||
<sect3><title>Program file descriptions</title>
|
||||
|
||||
<sect4><title>a2p</title>
|
||||
<para>a2p is an awk to perl translator.</para></sect4>
|
||||
@ -85,12 +82,7 @@ in perl.</para></sect4>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Library Files</title>
|
||||
<para>attrs.so, B.so, ByteLoader.so, DProf.so, Dumper.so, DynaLoader.a,
|
||||
Fcntl.so, Glob.so, Hostname.so, IO.so, libperl.a, Opcode.so, Peek.so,
|
||||
POSIX.so, re.so, SDBM_File.so, Socket.so, Syslog.so and SysV.so</para></sect3>
|
||||
|
||||
<sect3><title>Descriptions</title>
|
||||
<sect3><title>Library file descriptions</title>
|
||||
|
||||
<sect4><title>attrs</title>
|
||||
<para>No description is currently available.</para></sect4>
|
||||
|
@ -3,6 +3,7 @@
|
||||
<?dbhtml filename="perl.html" dir="appendixa"?>
|
||||
|
||||
&aa-perl-down;
|
||||
&aa-perl-shortdesc;
|
||||
&aa-perl-desc;
|
||||
&aa-perl-dep;
|
||||
|
||||
|
@ -1,11 +1,20 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
<sect2>
|
||||
<title>Installation of Perl</title>
|
||||
|
||||
<para>Install Perl by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure.gnu --prefix=/usr &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
<para>Prepare Perl to be compiled:</para>
|
||||
|
||||
<para><screen><userinput>./configure.gnu --prefix=/usr</userinput></screen></para>
|
||||
|
||||
<para>Continue with compiling the package:</para>
|
||||
|
||||
<para><screen><userinput>make</userinput></screen></para>
|
||||
|
||||
<para>And finish off installing the package:</para>
|
||||
|
||||
<para><screen><userinput>make install</userinput></screen></para>
|
||||
|
||||
<para>If you want more control over the way perl sets itself up to be
|
||||
built, you can run the interactive <userinput>Configure</userinput> script
|
||||
|
@ -5,9 +5,9 @@
|
||||
<screen>Estimated build time: &perl-time;
|
||||
Estimated required disk space: &perl-compsize;</screen>
|
||||
|
||||
&c6-perl-inst;
|
||||
&aa-perl-desc;
|
||||
&aa-perl-shortdesc;
|
||||
&aa-perl-dep;
|
||||
&c6-perl-inst;
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
<!ENTITY c6-perl-inst SYSTEM "../chapter06/perl-inst.xml">
|
||||
|
||||
<!ENTITY aa-perl SYSTEM "../appendixa/perl.xml">
|
||||
<!ENTITY aa-perl-shortdesc SYSTEM "../appendixa/perl-shortdesc.xml">
|
||||
<!ENTITY aa-perl-desc SYSTEM "../appendixa/perl-desc.xml">
|
||||
<!ENTITY aa-perl-dep SYSTEM "../appendixa/perl-dep.xml">
|
||||
<!ENTITY aa-perl-down SYSTEM "../appendixa/perl-down.xml">
|
||||
|
Loading…
Reference in New Issue
Block a user