summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installing/windows.rst
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-04-01 23:20:54 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2016-04-01 23:20:54 +0200
commit206927e1d3a9fcf73becf83d0376a92a7f0ecd0d (patch)
treef6d1b3e3364cd25f16b7a4fe67ef8e6d968e9fd4 /docs/en/rst/installing/windows.rst
parenteb7f6697207efd3a4fe08403959a430e725b1b98 (diff)
downloadbugzilla-206927e1d3a9fcf73becf83d0376a92a7f0ecd0d.tar.gz
bugzilla-206927e1d3a9fcf73becf83d0376a92a7f0ecd0d.tar.xz
Bug 1260027: Document how to compile the documentation on Windows
r=gerv
Diffstat (limited to 'docs/en/rst/installing/windows.rst')
-rw-r--r--docs/en/rst/installing/windows.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/en/rst/installing/windows.rst b/docs/en/rst/installing/windows.rst
index 3aad5cb94..c4f8a2848 100644
--- a/docs/en/rst/installing/windows.rst
+++ b/docs/en/rst/installing/windows.rst
@@ -89,6 +89,7 @@ Install the following mandatory modules with:
* JSON-XS
* Win32
* Win32-API
+* DateTime-TimeZone-Local-Win32
The following modules enable various optional Bugzilla features; try and
install them, but don't worry too much to begin with if you can't get them
@@ -126,18 +127,20 @@ installed:
* Cache-Memcached
* Text-Markdown
* File-Copy-Recursive
-* GraphViz
-If you are using Strawberry Perl, you should use the :file:`install-module.pl`
+If you are using Strawberry Perl, you should use the :file:`cpanm`
script to install modules, which is the same script used for Linux. Some of
the required modules are already installed by default. The remaining ones can
be installed using the command:
-:command:`perl install-module.pl <modulename>`
+:command:`cpanm -l local <modulename>`
The list of modules to install will be displayed by :file:`checksetup.pl`; see
below.
+.. warning:: In master, :file:`checksetup.pl` no longer lists these modules.
+ This will be fixed in :bug:`1251100`.
+
.. _windows-config-webserver:
Web Server