Skip to content

Commit 29ff0ba

Browse files
more changes to readme
1 parent f24a80e commit 29ff0ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,22 @@ Python wrapper for interfacing to IntrepidCS Hardware.
1919
### Linux
2020

2121
- 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.
2223

2324
### MacOS
2425

2526
- 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.
2628

2729
# Documentation
2830

2931
http://python-ics.readthedocs.io/
3032

3133

34+
# Building from source
35+
36+
- Building from source requires clang and clang-format to be present on the build machine.
37+
3238
# License - MIT
3339

3440
Copyright (c) Intrepid Control Systems, Inc.

0 commit comments

Comments
 (0)