BltTofApi v2.x Build instructions
Windows
Please take a look at the example project for a reference on how to compile an application using a BTA library.
Things to consider generally:
- Define the Macros: #define PLAT_WINDOWS and #define PLAT_32BIT or #define PLAT_64_BIT. (In MS Visual Studio for example you can add them in Configuration Properties > C/C++ > Preprocessor. Every build configuration can have its own defines)
Linux
Dependencies:
- libusb-0.1.0
- libpthread-2.15
Please refer to the Makefile of the provided example for building your own applications.
ARM (Linux)
see (Linux)