-
Notifications
You must be signed in to change notification settings - Fork 5
Librairies
The original Virtual Jaguar requires zlib, SDL, OpenGL, 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.
For convenience a library is provided: libdwarf-20210528-VS2017.zip
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
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
https://zlib.net/
Compression Library. Version 1.2.11 is currently used.
For convenience a library is provided: zlib-1.2.11.zip