Skip to content

Librairies

Jean-Paul Mari edited this page Sep 19, 2018 · 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

Version 5.9.1 is used.

libdwarf

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

libelf

http://www.mr511.de/software
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; it can be the 1.2.8 or 1.2.11 version; the last one is currently used.

Clone this wiki locally