From dc4c71e715e4bb125c1015d46e08bc674bdb387b Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Mon, 10 Jan 2005 14:31:33 +0000 Subject: Bug 239852 - Documentation changes for Windows support Patch by bruce.armstrong@teamsybase.com, cleaned up by travis@sedsystems.ca r=bugzilla@glob.com.au --- docs/xml/modules.xml | 126 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 94 insertions(+), 32 deletions(-) (limited to 'docs/xml/modules.xml') diff --git a/docs/xml/modules.xml b/docs/xml/modules.xml index c7624d639..81a12d7f5 100644 --- a/docs/xml/modules.xml +++ b/docs/xml/modules.xml @@ -4,9 +4,10 @@
Instructions - If you need to install Perl modules manually, here's how it's done. - Download the module using the link given in the next section, and then - apply this magic incantation, as root: + + If you need to install Perl modules manually, here's how it's done. + Download the module using the link given in the next section, and then + apply this magic incantation, as root: @@ -17,127 +18,188 @@ bash# make test bash# make install + + + In order to compile source code under Windows you will need to obtain + a 'make' utility. The nmake utility provided with + Microsoft Visual C++ may be used. As an alternative, there is a + utility called dmake available from CPAN which is + written entirely in Perl. The majority of the links given below, however, + are to pre-compiled versions of the modules, which can be installed + on Windows simply by issuing the following command once you have + downloaded the PPD file (which may be packaged within a ZIP file): + + + + > ppm install <filename.ppd> + + +
Download Locations - Note: some modules are in the core distribution of - ActiveState Perl for Windows. Others are not available. - No PPM links have been provided in either of these two cases. + + + Running Bugzilla on Windows requires the use of ActiveState + Perl 5.8.1 or higher. Some modules already exist in the core + distribution of ActiveState Perl so no PPM link is given. + (This is noted where it occurs.) + + + + + AppConfig: + + CPAN Download Page: + PPM Download Link: + Documentation: + - CGI: + + CGI: CPAN Download Page: - PPM Download Link: + PPM Download Link: Part of core distribution. Documentation: - TimeDate: + + Data-Dumper: + + CPAN Download Page: + PPM Download Page: Part of core distribution. + Documentation: + + + + + Date::Format (part of TimeDate): CPAN Download Page: - PPM Download Link: + PPM Download Link: Documentation: - DBI: + + DBI: CPAN Download Page: - PPM Download Link: + PPM Download Link: Documentation: - DBD::mysql: + + DBD::mysql: CPAN Download Page: - PPM Download Link: + PPM Download Link: Documentation: - File::Spec: + + File::Spec: CPAN Download Page: - PPM Download Page: + PPM Download Page: Part of core distribution. Documentation: - File::Temp: + + File::Temp: CPAN Download Page: + PPM Download Page: Part of core distribution. Documentation: - Template Toolkit: + + Template-Toolkit: CPAN Download Page: - PPM Download Link: + PPM Download Link: Documentation: - Text::Wrap: + + Text::Wrap: CPAN Download Page: + PPM Download Link: Part of core distribution. Documentation: - GD: + + GD: CPAN Download Page: - PPM Download Link: + PPM Download Link: Documentation: - Chart::Base: - + Optional Modules + + + Chart::Base: CPAN Download Page: + PPM Download Page: + Documentation: - GD::Graph: + + GD::Graph: CPAN Download Page: - PPM Download Link: + PPM Download Link: Documentation: - GD::Text::Align: + + GD::Text::Align (part of GD::Text::Util): CPAN Download Page: - PPM Download Page: + PPM Download Page: Documentation: - MIME::Parser: + + MIME::Parser (part of MIME-tools): CPAN Download Page: - PPM Download Link: + PPM Download Link: Documentation: - XML::Parser: + + XML::Parser: CPAN Download Page: + PPM Download Link: Part of core distribution. Documentation: - PatchReader: + + PatchReader: CPAN Download Page: + PPM Download Link: Documentation: -- cgit v1.2.3-24-g4f1b