ADTF_DEVICE_TOOLBOX
3.9.0 (ADTF 3.14.3)
|
We deliver our Device Toolbox Examples also as binaries (see <ADTF_DEVICE_TOOLBOX_DIR>/src/examples/bin/
) to be ready for your use without any developer environment on your system.
Of course you are free to recompile or adapt them to your needs. Please keep in mind that some of our examples require external libraries or SDKs. This is an overview which dependencies and versions are used within ADTF Device Toolbox 3.9.0.
Dependency | Version | Sources | Binaries | Notes |
Qt | 5.15.2 | Qt Website | Installer or Package | see also Qt |
Vector XL Driver Library API | 9.7.26 | Vector Website | Installer | see also XL Driver Library API Description |
ADTF | 3.14.3 | Download Center | Package | ADTF_DIR must be set in CMake. |
ADTF File Library (ifhd) | 0.9.2 | Download Center | <ADTF_DIR>/pkg/adtf_file/ or Package | Integrated as ADTF SDK package (use find_package(ADTF COMPONENTS adtf_file) within CMake). Requires DDL and A_Util as well |
DDL | Download Center | <ADTF_DIR>/pkg/ddl/ or Package | Integrated as ADTF SDK package (use find_package(ADTF COMPONENTS ddl) within CMake). Required for IFHD examples | |
A_UTIL | Download Center | <ADTF_DIR>/pkg/dev_essential/ or Package | Integrated as ADTF SDK package (use find_package(ADTF COMPONENTS dev_essential) within CMake). Required for IFHD examples | |
ADTF Utils | 4.2.0 | — | <ADTF_DIR>/pkg/a_utils/ | Integrated as ADTF SDK package (use |