Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ To build the Debian package installer, run:

### Windows setup

- Download Visual Studio 2022 community installer from https://visualstudio.microsoft.com/ and install _Desktop C++ Development_
- Download Visual Studio 2022 community installer from https://visualstudio.microsoft.com/ and install the _Desktop development with C++_ workload. Under _Individual components_ also select the latest _.NET SDK_ (required by the WiX toolset — the C++ workload does not include it)
- Download and install Git for Windows from https://git-scm.com/download/win
- Download and install CMake from https://cmake.org/download/
- Install _Qt_ with the official [_Qt Online Installer_](https://www.qt.io/download-qt-installer),
Expand Down
Loading