Skip to content

Commit

Permalink
Merge pull request github#16766 from github/aeisenberg/requirements
Browse files Browse the repository at this point in the history
Add powershell to list of requirements on windows
  • Loading branch information
aeisenberg authored Jun 14, 2024
2 parents b0afba4 + d238b91 commit 3d3a315
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/codeql/codeql-overview/system-requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ For extraction of compiled languages (C/C++, C#, Go, Java) and Ruby on Linux:
- ``glibc`` version 2.17 or greater must be installed.
- ``musl-c``-based Linux distributions, such as Alpine Linux, are not supported.

For extraction of compiled languages on Windows:

- The ``PowerShell.exe`` executable must be available on the ``PATH``.

For TypeScript extraction on all platforms:

- Node.js 14 or higher must be installed and available on the ``PATH`` as ``node``.
Expand Down

0 comments on commit 3d3a315

Please sign in to comment.