ADTF
3.16.0
|
We deliver our Programming Examples also as binaries (see <ADTF_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 3.16.0.
Dependency | Version | Sources | Binaries | CMake Macro | Notes |
---|---|---|---|---|---|
Qt | 5.15.2 | Qt Website | Installer or Package | ADTF_ENABLE_QT | see also Qt |
Advanced Docking System for Qt | 3.8.2 | Github repository | <ADTF_DIR>/3rdparty/qt_advanced_docking_system | ADTF_ENABLE_QT | used by Qt5 ADTF XSystem UI Service |
Asio C++ Library | 1.13.0 | Github repository | <ADTF_DIR>/3rdparty/asio | — | — |
SDL | 1.2.15 | SDL Website | Installer or Package | ADTF_ENABLE_SDL | SDL 2.x is not compatible for the implementation in our examples |
ADTF File Library (IFHD) | 0.10.1 | Github repository | <ADTF_DIR>/pkg/adtf_file/ | — | Integrated as ADTF SDK package (use find_package(ADTF COMPONENTS adtf_file) within CMake). Requires dev_essential as well |
dev_essential | 1.2.2 | Github repository | <ADTF_DIR>/pkg/dev_essential/ | — | Integrated as ADTF SDK package (use find_package(ADTF COMPONENTS dev_essential) within CMake). Required for IFHD examples |