Skip to content

Librairies

Jean-Paul Mari edited this page Jul 28, 2022 · 16 revisions

The original Virtual Jaguar requires zlib, SDL, OpenGL, 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.
For convenience a library is provided: libdwarf-20210528-VS2017.zip

libelf

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

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.
For convenience a library is provided: SDL-1.2.15.zip

zlib

https://zlib.net/
Compression Library. Version 1.2.11 is currently used.
For convenience a library is provided: zlib-1.2.11.zip

OpenGL

Clone this wiki locally