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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,22 @@ Python wrapper for interfacing to IntrepidCS Hardware.
19
19
### Linux
20
20
21
21
- Linux builds use [libicsneo](https://github.com/intrepidcs/libicsneo) and are built against [manylinux](https://github.com/pypa/manylinux) using cibuildwheel.
22
+
- libicsneolegacy.so is bundled with the wheel and python_ics will automatically use it.
22
23
23
24
### MacOS
24
25
25
26
- Mac builds use [libicsneo](https://github.com/intrepidcs/libicsneo) and are built using cibuildwheel
27
+
- libicsneolegacy.dylib is bundled with the wheel and python_ics will automatically use it.
26
28
27
29
# Documentation
28
30
29
31
http://python-ics.readthedocs.io/
30
32
31
33
34
+
# Building from source
35
+
36
+
- Building from source requires clang and clang-format to be present on the build machine.
0 commit comments