You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,14 @@ Unzip the correct version of the smpt library and copy the lib into the lib dir
14
14
On Windows, build artifacts from [ScienceMode4_c_library](https://github.com/ScienceMode/ScienceMode4_c_library) can be used.
15
15
16
16
## How to build for Windows
17
-
Mingw 5.3 from Qt needs to be installed in `C:\Qt\Tools\mingw530_32`. Visual studio compiler needs also be installed.
17
+
Mingw 5.3 from Qt needs to be installed in `C:\Qt\Tools\mingw530_32`. The [Visual studio compiler](https://visualstudio.microsoft.com/visual-cpp-build-tools/) needs also be installed.
18
+
19
+
The QT-Binaries can be installed using the [QT Online Installer](https://www.qt.io/download-open-source).
20
+
21
+
The following should be selected for building the python wheels:
0 commit comments