Skip to content

Commit d911795

Browse files
Update README.md
1 parent 5471171 commit d911795

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@ Unzip the correct version of the smpt library and copy the lib into the lib dir
1414
On Windows, build artifacts from [ScienceMode4_c_library](https://github.com/ScienceMode/ScienceMode4_c_library) can be used.
1515

1616
## 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:
22+
![image](https://github.com/user-attachments/assets/e5559f5b-6973-4cfe-a690-27af627d5e78)
23+
24+
1825

1926
## Install the wheel pacakge
2027
```
@@ -35,4 +42,4 @@ You may correct the filename, check that the python version is matching the vers
3542
E.g. for python 3.9, the following version is valid:
3643
```
3744
pip install dist/sciencemode4_cffi-1.0.0-cp39-cp39-win_amd64.whl
38-
```
45+
```

0 commit comments

Comments
 (0)