BltTofApi v2.x Build instructions

Aus BECOM Systems Support
Version vom 22. August 2023, 20:35 Uhr von en>Peter (1 Version importiert)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

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)