diff --git a/documentation/andorDoc.html b/documentation/andorDoc.html index 6a9bbd1..280076e 100755 --- a/documentation/andorDoc.html +++ b/documentation/andorDoc.html @@ -94,6 +94,22 @@
This is a rather strange requirement of the Andor Shamrock SDK, which will hopefully be fixed by them in a future release.
++ NOTE: When using SDK version >= 2.102.30000.0 on Linux one must make sure that + libUSBI2C-[ARCH].so.[VERSION] is installed as part of support into libUSBI2C.so and libUSBI2C.so.2. +
++ Also libd2xx_table.so might be needed to get Shamrock communicating. See andorSupport/ftdi_table.c for more. +
++ Compile with: +
++ $ gcc -fpic -shared -Wl,-soname,libd2xx_table.so -o libd2xx_table.so ftdi_table.c ++
+ Place the libd2xx_table.so into the folder with the rest of SDK support libraries. +