Blue Melon
BlueSense

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


  1. Install the SDK.
  2. Go to the c directory.
  3. Go to the examples directory.
  4. Execute "make".


         

 

This page was last modified 09:54, 31 March 2006.