diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:48:20 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:48:20 +0200 |
commit | 4260d412e73a83034b6f589b3624ab9b374c07e8 (patch) | |
tree | 417df06fe056c3181df7f2057fc7ff5885bcb212 /docs/en | |
parent | a6f0c86e1f77ad837f763f3d37f3592997fecb41 (diff) | |
download | bugzilla-4260d412e73a83034b6f589b3624ab9b374c07e8.tar.gz bugzilla-4260d412e73a83034b6f589b3624ab9b374c07e8.tar.xz |
Bug 399574: Documentation should note to use 32bit Perl on Win64 too - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=Colin
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 123aac4bb..dc22d454b 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.149 2008/04/04 06:48:19 mozilla%colinogilvie.co.uk Exp $ --> +<!-- $Id: installation.xml,v 1.150 2008/04/04 06:48:20 lpsolit%gmail.com Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -1812,6 +1812,15 @@ AddType application/rdf+xml .rdf</screen> The following instructions assume that you are using version 5.8.1 of ActiveState. </para> + + <note> + <para> + These instructions are for 32-bit versions of Windows. If you are + using a 64-bit version of Windows, you will need to install 32-bit + Perl in order to install the 32-bit modules as described below. + </para> + </note> + </section> <section id="win32-perl-modules"> |