Skip to content

Librairies

Jean-Paul Mari edited this page Mar 30, 2020 · 16 revisions

The original Virtual Jaguar requires zlib, SDL, and QT5; then, for the debugger support, additional libraries have been added libelf, and libdwarf.

Qt

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

libdwarf

https://www.prevanders.net/dwarf.html
DWARF debugging information library. libdwarf 20191104 is currently used.

libelf

https://github.com/HowJnB/libelf
ELF object file access library. Version 0.8.13 is currently used.

SDL

https://www.libsdl.org/
Simple DirectMedia Layer is a cross-platform development library designed to provide low-level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. The 1.2.15 version is currently required.

zlib

https://zlib.net/
Compression Library. Version 1.2.11 is currently used.

Clone this wiki locally