We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a9028 commit b8819d7Copy full SHA for b8819d7
README.md
@@ -21,8 +21,9 @@ Mingw 5.3 from Qt needs to be installed in `C:\Qt\Tools\mingw530_32`. Visual stu
21
pip install wheel
22
```
23
## Copy Library to lib
24
-* Download smpt_windows_static_x86.zip from ScienceMode4_c_library](https://github.com/ScienceMode/ScienceMode4_c_library)
25
-* copy libsmpt.lib from the smpt_windows_static_x86.zip file to /lib
+* Download smpt_windows_static_x86.zip from [ScienceMode4_c_library](https://github.com/ScienceMode/ScienceMode4_c_library)
+* copy libsmpt.lib (from ScienceMode_Library\release\smpt\windows_x86\static) from the smpt_windows_static_x86.zip file to /lib
26
+* There should now be a file libsmpt.lib in lib
27
28
## Building the wheel
29
Create a wheel with
0 commit comments