diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-26 19:01:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-26 19:01:46 (GMT) |
commit | 956698819f3f3ab7a8406141da3462e3efb47b6b (patch) | |
tree | d87a0656a31cfa4ab7bc243853cbe0617ab8e4db /Doc | |
parent | 585698aa594e4d4064456b1f6edcc433305dc1d5 (diff) | |
download | cpython-956698819f3f3ab7a8406141da3462e3efb47b6b.zip cpython-956698819f3f3ab7a8406141da3462e3efb47b6b.tar.gz cpython-956698819f3f3ab7a8406141da3462e3efb47b6b.tar.bz2 |
Noted that building the info version requires the HTML::Element package,
and provided instructions for getting it installed.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -120,6 +120,13 @@ To create info files: - Perl. Find the software at <http://language.perl.com/info/software.html>. + - 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: - <http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/>. + <http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/>. What if Times fonts are not available? |