From 5a3f87db8addbbc92ce071e8bc1726dedc3eafdb Mon Sep 17 00:00:00 2001
From: Hinko Kocevar
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. +