Skip to content

Librairies

Jean-Paul Mari edited this page Jan 8, 2022 · 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.

Windows

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

Visual Studio

It is recommended to install the Qt Visual Studio Tools

libdwarf

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

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