Skip to content

Commit 08bcdfb

Browse files
Update README.md
1 parent d911795 commit 08bcdfb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ The following should be selected for building the python wheels:
2828
pip install wheel
2929
```
3030
## Copy Library to lib
31-
* Download smpt_windows_static_x86.zip from [ScienceMode4_c_library](https://github.com/ScienceMode/ScienceMode4_c_library)
32-
* copy libsmpt.lib (from ScienceMode_Library\release\smpt\windows_x86\static) from the smpt_windows_static_x86.zip file to /lib
33-
* There should now be a file libsmpt.lib in lib
31+
* Download [smpt_windows_static_x86.zip](https://github.com/ScienceMode/ScienceMode4_c_library/releases/download/v4.0.0/smpt_windows_static_x86.zip) from [ScienceMode4_c_library](https://github.com/ScienceMode/ScienceMode4_c_library)
32+
* copy libsmpt.lib from the smpt_windows_static_x86.zip to /lib (path inside the zip file is .\ScienceMode_Library\release\smpt\windows_x86\static)
3433

3534
## Building the wheel
3635
Create a wheel with

0 commit comments

Comments
 (0)