-
Notifications
You must be signed in to change notification settings - Fork 4
Librairies
The original Virtual Jaguar requires zlib, SDL, and Qt5; then, for the debugger support, additional libraries have been added libelf, and libdwarf.
https://www.qt.io/
Cross-platform application development framework for desktop, embedded and mobile. Version 5.12.0 is currently used.
It is recommended to install Qt using the Qt Online Installer.
It is recommended to install the Qt Visual Studio Tools
https://www.prevanders.net/dwarf.html
DWARF debugging information library. libdwarf 20210528 is currently supported.
https://github.com/HowJnB/libelf
ELF object file access library. Version 0.8.13 is currently used.
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.
https://zlib.net/
Compression Library. Version 1.2.11 is currently used.