Products/BlueSense and C/Installation
From BlueMelon
Windows/Cygwin
The Gnu C Compiler (GCC) is used to compile the examples. A Makefile has been setup in such way that the produced binaries do not depend on Cygwin, but are genuine windows executables. Make sure that you have also installed our usb driver. When you distribute your application you need to distribute the BlueSense.dll library and the FTDI.dll (usb support) library as well.
Linux
The Gnu C Compiler (GCC) is used to compile the examples. The Makefile produces dynamically linked binaries. This means that the application should be distributed together with the bluesense.so library.
Mac OSX
Apple's XCode environment is used to compile the examples under Darwin. Please make sure that you have installed our usb driver. The application should be distributed together with the bluesense.so library.
Examples
- Install the SDK.
- Go to the c directory.
- Go to the examples directory.
- Execute "make".


