doc: getting_started: Install Perl in Windows

Perl is required for check_compliance.py/checkpatch.pl, and needs to be
installed in Windows to run these scripts.

Signed-off-by: Derek Snell <derek.snell@nxp.com>
This commit is contained in:
Derek Snell 2025-02-21 07:09:28 -05:00 committed by Benjamin Cabé
commit b5de6307d2
2 changed files with 8 additions and 1 deletions

View file

@ -561,6 +561,13 @@ before opening a new Pull Request:
./scripts/ci/check_compliance.py -c upstream/main.. ./scripts/ci/check_compliance.py -c upstream/main..
.. note::
On Windows if the .pl extension has not yet been associated with an
application, then the first time a .pl file is run without specifying an
interpreter, Windows will ask what application will open Perl files.
Set the default app to Strawberry Perl. By default the executable is
installed at ``C:\Strawberry\perl\bin\perl.exe``.
twister twister
------- -------

View file

@ -191,7 +191,7 @@ The current minimum required version for the main dependencies are:
.. code-block:: bat .. code-block:: bat
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
choco install ninja gperf python311 git dtc-msys2 wget 7zip choco install ninja gperf python311 git dtc-msys2 wget 7zip strawberryperl
.. warning:: .. warning::