diff --git a/docs/dev/building/Dependencies.rst b/docs/dev/building/Dependencies.rst index 4da7afce7..e3cc08fbf 100644 --- a/docs/dev/building/Dependencies.rst +++ b/docs/dev/building/Dependencies.rst @@ -243,8 +243,8 @@ to your binary search PATH so the tool can be later run from anywhere. Perl / Strawberry Perl ^^^^^^^^^^^^^^^^^^^^^^ For the code generation stage of the build process, you'll need Perl 5 with -XML::LibXML and XML::LibXSLT. `Strawberry Perl `_ is -recommended as it includes all of the required packages in a single, easy +**XML::LibXML** and **XML::LibXSLT**. `Strawberry Perl `_ is +recommended as it includes all of the required packages in a single easy install. After install, ensure Perl is in your user's PATH. This can be edited from @@ -255,7 +255,7 @@ The following directories must be in your PATH, in this order: * ``\c\bin`` * ``\perl\site\bin`` * ``\perl\bin`` -* ``\perl\vendor\lib\auto\XML\LibXML`` (may only be required on some systems) +* ``\perl\vendor\lib\auto\XML\LibXML`` (path may only be required on some systems) Be sure to close and re-open any existing ``cmd.exe`` windows after updating your PATH.