From: Fred Drake Date: Thu, 26 Oct 2000 19:01:46 +0000 (+0000) Subject: Noted that building the info version requires the HTML::Element package, X-Git-Tag: v2.1a1~799 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=956698819f3f3ab7a8406141da3462e3efb47b6b;p=python Noted that building the info version requires the HTML::Element package, and provided instructions for getting it installed. --- diff --git a/Doc/README b/Doc/README index 46c0c30ba4..5970874e8f 100644 --- a/Doc/README +++ b/Doc/README @@ -120,6 +120,13 @@ To create info files: - Perl. Find the software at . + - HTML::Element. If you don't have this installed, you can get + this from CPAN. Use the command: + + perl -e 'use CPAN; CPAN::install("HTML::Element");' + + You may need to be root to do this. + To create HTML files: - Perl 5.004_04 or newer. Find the software at @@ -130,7 +137,7 @@ To create HTML files: likely to work. Many older versions don't work with Perl 5.6 as well. This also screws up code fragments. ;-( Releases are available at: - . + . What if Times fonts are not available?