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:
parent
6504a1e2a6
commit
b5de6307d2
2 changed files with 8 additions and 1 deletions
|
@ -561,6 +561,13 @@ before opening a new Pull Request:
|
|||
|
||||
./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
|
||||
-------
|
||||
|
||||
|
|
|
@ -191,7 +191,7 @@ The current minimum required version for the main dependencies are:
|
|||
.. code-block:: bat
|
||||
|
||||
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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue