Skip to content

Commit

Permalink
update winget install instructions to ensure proper packages are inst…
Browse files Browse the repository at this point in the history
…alled (-e for --exact, and full package names to ensure arbitrary packages from the msstore source aren't installed)

fixes #1324
  • Loading branch information
User1785604260 authored and camelid committed Mar 14, 2022
1 parent 4b8d939 commit 0e4b961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/building/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ on Windows.
Run the following in a terminal:

```powershell
winget install python
winget install cmake
winget install -e Python.Python.3
winget install -e Kitware.CMake
```

If any of those is installed already, winget will detect it.
Expand Down

0 comments on commit 0e4b961

Please sign in to comment.