Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Clarify steps for installing Qt in windows build instructions #7389

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Docs/developer_guide/build_instructions/windows.md
Expand Up @@ -18,7 +18,7 @@ Slicer relies on a number of large third-party libraries (such VTK, ITK, DCMTK),
- Enable `Desktop development with C++` and in installation details
- Enable the `MSVC v143 - VS2022 C++ x64...` (Visual Studio 2022 v143 toolset with 64-bit support) component - in some distributions, this option is not enabled by default.
- Enable the latest Windows10 SDK component - without this CMake might not find a compiler during configuration step.
- [Qt5](https://www.qt.io/download-open-source): Download Qt universal installer and install Qt 5.15.2 components: `MSVC2019 64-bit`, `Qt WebEngine`. Installing Sources and Qt Debug Information Files are recommended for debugging (they allow stepping into Qt files with the debugger in debug-mode builds).
- [Qt5](https://www.qt.io/download-open-source): Download Qt universal installer and install Qt 5.15.2. In the Select Components tab of the universal installer, Qt version and its components can be selected by expanding the `Qt` category. Components required: `MSVC2019 64-bit`, `Qt WebEngine`. Installing `Sources` and `Qt Debug Information Files` are recommended for debugging (they allow stepping into Qt files with the debugger in debug-mode builds).
- Note: These are all free, open-source components with LGPL license which allow free usage for any purpose, for any individuals or companies.
- [NSIS](https://nsis.sourceforge.io/Download) (optional): Needed if packaging Slicer. Make sure you install the language packs.

Expand Down