-
Notifications
You must be signed in to change notification settings - Fork 5
Librairies
Jean-Paul Mari edited this page Sep 15, 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.
https://zlib.net/
Compression Library; it can be the 1.2.8 or 1.2.11 version; the last one 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.