Skip to content

Librairies

Jean-Paul Mari edited this page Jun 29, 2024 · 5 revisions

Qt

https://www.qt.io/
Cross-platform application development framework for desktop, embedded and mobile. Version 5.12.0 is currently used.

Windows

It is recommended to install Qt using the Qt Online Installer.

Visual Studio

It is recommended to install the Qt Visual Studio Tools

crc32

https://lxp32.github.io/docs/a-simple-example-crc32-calculation
CRC32 function for crc calculation.
For convenience a library is provided: crc32.zip

elf

https://github.com/HowJnB/libelf
ELF object file access library. Version 0.8.13 is used.
For convenience a library is provided: libelf-0.8.13.zip

coff

https://github.com/torvalds/linux/blob/master/include/uapi/linux/coff.h
COFF header library used to manipulate the format.

xml

https://github.com/leethomason/tinyxml2.git
Used to manipulate the XML configuration file. tinyxml2 10.0.0 library is used.
For convenience a library is provided: tinyxml2-10.0.0.zip

Clone this wiki locally