diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc b/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc index 7028eed025..14302ffc4a 100644 --- a/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc +++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc @@ -150,6 +150,19 @@ PS$>choco install -y python3 Chocolatey installs Python in _C:\Python37_ by default. +==== Install Perl + +Get a Perl installer from http://strawberryperl.com/ +http://www.ActiveState.com/ and install Perl into the default location. + +Alternatively you can install Perl using Chocolatey: + +---- +PS$>choco install -y strawberryperl +# ...or... +PS$>choco install -y activeperl +---- + [[ChSetupGit]] ==== Install Git diff --git a/docbook/wsdg_src/WSDG_chapter_tools.adoc b/docbook/wsdg_src/WSDG_chapter_tools.adoc index ec405843b4..17abe019d0 100644 --- a/docbook/wsdg_src/WSDG_chapter_tools.adoc +++ b/docbook/wsdg_src/WSDG_chapter_tools.adoc @@ -731,19 +731,20 @@ However, the version string may vary. ==== Windows A native Windows Perl package can be obtained from -http://www.ActiveState.com[Active State] or http://strawberryperl.com/[Strawberry Perl]. The installation -should be straightforward. +http://strawberryperl.com/[Strawberry Perl] or +http://www.ActiveState.com[Active State]. The installation should be +straightforward. You may also use Chocolatey to install either package: ---- -PS:\> choco install ActivePerl +PS:\> choco install StrawberryPerl ---- or ---- -PS:\> choco install StrawberryPerl +PS:\> choco install ActivePerl ---- After correct installation, typing at the command